summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnnabel Dunstone Gray <annabel.dunstone@gmail.com>2018-01-18 10:32:13 -0700
committerAnnabel Dunstone Gray <annabel.dunstone@gmail.com>2018-01-18 10:32:13 -0700
commit7f6c4f426e80e2c18dbde79b5f8e33e3e2604769 (patch)
tree7b264711374ed7a853ff1ac4433fd36251b21c4c
parentc1b374a70861b522256ff5ac8b5a5db2b6ebc681 (diff)
downloadgitlab-ce-26296-update-styling-disabled-buttons.tar.gz
Change cursor to default for disabled buttons26296-update-styling-disabled-buttons
-rw-r--r--app/assets/stylesheets/framework/awards.scss2
-rw-r--r--app/assets/stylesheets/framework/buttons.scss2
2 files changed, 2 insertions, 2 deletions
diff --git a/app/assets/stylesheets/framework/awards.scss b/app/assets/stylesheets/framework/awards.scss
index 0f45e499162..a538b5a2946 100644
--- a/app/assets/stylesheets/framework/awards.scss
+++ b/app/assets/stylesheets/framework/awards.scss
@@ -173,7 +173,7 @@
}
&.user-authored {
- cursor: not-allowed;
+ cursor: default;
background-color: $gray-light;
border-color: $theme-gray-200;
color: $gl-text-color-disabled;
diff --git a/app/assets/stylesheets/framework/buttons.scss b/app/assets/stylesheets/framework/buttons.scss
index 160745ad8f5..d0b0c69b18f 100644
--- a/app/assets/stylesheets/framework/buttons.scss
+++ b/app/assets/stylesheets/framework/buttons.scss
@@ -449,7 +449,7 @@
border-color: $theme-gray-200 !important;
color: $gl-text-color-disabled !important;
opacity: 1 !important;
- cursor: not-allowed !important;
+ cursor: default !important;
i {
color: $gl-text-color-disabled !important;