Skip to content

Commit

Permalink
feat(Tag): closable normal has custom colors
Browse files Browse the repository at this point in the history
  • Loading branch information
jdkahn committed Apr 18, 2019
1 parent 28d4738 commit da08e11
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/tag/main.scss
Original file line number Diff line number Diff line change
Expand Up @@ -148,9 +148,9 @@
@extend %tag-statement-closable-bordered;
@extend %tag-closable-normal-tick;
&[disabled], &.disabled {
color: $tag-text-color-disabled;
border-color: $tag-checkable-normal-border-selected-disabled;
background-color: $tag-fill-bg-color-disabled;
color: $tag-closable-bordered-text-color-disabled;
border-color: $tag-closable-bordered-border-color-disabled;
background-color: $tag-closable-bordered-bg-disabled;
}
}

Expand Down

0 comments on commit da08e11

Please sign in to comment.