Skip to content

Commit

Permalink
Merge pull request #854 from mobi/chore_icon_button_disabled_color
Browse files Browse the repository at this point in the history
[Chore] Icon Button Disabled Color
  • Loading branch information
grahamhency authored Nov 24, 2021
2 parents ed6041a + bea6d1c commit e3b424c
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,7 @@ $go-icon-button-hover-bg: #dcdcdc;
}

&--disabled {
// scss-lint:disable VariableForProperty
color: lighten($theme-light-color, 40);
color: $base-light-secondary;
cursor: not-allowed;
pointer-events: none;

Expand Down

0 comments on commit e3b424c

Please sign in to comment.