summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlex Buijs <abuijs@gitlab.com>2019-07-29 18:43:43 +0200
committerAlex Buijs <abuijs@gitlab.com>2019-08-08 13:34:11 +0200
commit7ee68572d33a1fee853a269fa5e2099fe10903c9 (patch)
tree8f22634a40426877f53362f9ac8b0fe844eb9eeb
parent8505049e1f2510642715d9bfd56fc022cd42caf0 (diff)
downloadgitlab-ce-7ee68572d33a1fee853a269fa5e2099fe10903c9.tar.gz
Set cursor to default for warning flash
Since the warning flash is not clickable, set the cursor to default
-rw-r--r--app/assets/stylesheets/framework/flash.scss1
1 files changed, 1 insertions, 0 deletions
diff --git a/app/assets/stylesheets/framework/flash.scss b/app/assets/stylesheets/framework/flash.scss
index e3dd127366d..96f6d02a68f 100644
--- a/app/assets/stylesheets/framework/flash.scss
+++ b/app/assets/stylesheets/framework/flash.scss
@@ -43,6 +43,7 @@
@extend .alert;
background-color: $orange-100;
color: $orange-900;
+ cursor: default;
margin: 0;
}