Skip to content

Commit

Permalink
fix(list): change grid list option styles
Browse files Browse the repository at this point in the history
  • Loading branch information
walkerkay committed Dec 16, 2019
1 parent 176ae72 commit e0e6d33
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/core/option/option.mixin.scss
Original file line number Diff line number Diff line change
Expand Up @@ -213,7 +213,8 @@ $option-disabled-color: $gray-400 !default;

&.disabled {
color: $gray-400;
cursor: default; // not-allowed;
cursor: not-allowed;
background-color: $gray-80;

&.active {
.checked-icon {
Expand Down

0 comments on commit e0e6d33

Please sign in to comment.