summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJose <jvargas@gitlab.com>2018-06-04 18:06:52 -0500
committerJose <jvargas@gitlab.com>2018-06-05 15:27:48 -0500
commit1183315ff5a78545af9feddf9ca44df56dbf1767 (patch)
treefb1cec54f96cb603cb9e5e6dbfae9d40e9a87e7c
parent538110740acc1768315af097ef74213a6d8953d2 (diff)
downloadgitlab-ce-1183315ff5a78545af9feddf9ca44df56dbf1767.tar.gz
fix attach button cursor
-rw-r--r--app/assets/stylesheets/bootstrap_migration.scss6
1 files changed, 2 insertions, 4 deletions
diff --git a/app/assets/stylesheets/bootstrap_migration.scss b/app/assets/stylesheets/bootstrap_migration.scss
index e4bd8533919..083d4656f07 100644
--- a/app/assets/stylesheets/bootstrap_migration.scss
+++ b/app/assets/stylesheets/bootstrap_migration.scss
@@ -32,12 +32,10 @@ legend {
button,
html [type="button"],
[type="reset"],
-[type="submit"] {
+[type="submit"],
+[role="button"] {
// Override bootstrap reboot
-webkit-appearance: inherit;
-}
-
-[role="button"] {
cursor: pointer;
}