Change cursor to default for disabled buttons

This commit is contained in:
Annabel Dunstone Gray 2018-01-18 10:32:13 -07:00
parent c1b374a708
commit 7f6c4f426e
No known key found for this signature in database
GPG Key ID: 7C8C78A372AD7A2D
2 changed files with 2 additions and 2 deletions

View File

@ -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;

View File

@ -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;