Skip to content
Snippets Groups Projects
Unverified Commit 7f6c4f42 authored by Annabel Dunstone Gray's avatar Annabel Dunstone Gray
Browse files

Change cursor to default for disabled buttons

parent c1b374a7
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -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;
Loading
Loading
Loading
Loading
@@ -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;
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment