From 7f6c4f426e80e2c18dbde79b5f8e33e3e2604769 Mon Sep 17 00:00:00 2001 From: Annabel Dunstone Gray Date: Thu, 18 Jan 2018 10:32:13 -0700 Subject: [PATCH] Change cursor to default for disabled buttons --- app/assets/stylesheets/framework/awards.scss | 2 +- app/assets/stylesheets/framework/buttons.scss | 2 +- 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; -- GitLab