diff options
author | Alex Buijs <abuijs@gitlab.com> | 2019-07-29 18:43:43 +0200 |
---|---|---|
committer | Alex Buijs <abuijs@gitlab.com> | 2019-08-08 13:34:11 +0200 |
commit | 7ee68572d33a1fee853a269fa5e2099fe10903c9 (patch) | |
tree | 8f22634a40426877f53362f9ac8b0fe844eb9eeb /app | |
parent | 8505049e1f2510642715d9bfd56fc022cd42caf0 (diff) | |
download | gitlab-ce-7ee68572d33a1fee853a269fa5e2099fe10903c9.tar.gz |
Set cursor to default for warning flash
Since the warning flash is not clickable, set the cursor to default
Diffstat (limited to 'app')
-rw-r--r-- | app/assets/stylesheets/framework/flash.scss | 1 |
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; } |