Skip to content

Commit

Permalink
fix(tag): add disabled interactive cursor
Browse files Browse the repository at this point in the history
  • Loading branch information
emyarod committed Feb 18, 2021
1 parent 29b3467 commit d81cf95
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/components/src/components/tag/_tag.scss
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,8 @@
}

.#{$prefix}--tag--disabled,
.#{$prefix}--tag--filter.#{$prefix}--tag--disabled {
.#{$prefix}--tag--filter.#{$prefix}--tag--disabled,
.#{$prefix}--tag--interactive.#{$prefix}--tag--disabled {
@include tag-theme($disabled-01, $disabled-02);

&:hover {
Expand Down

0 comments on commit d81cf95

Please sign in to comment.