Skip to content

Commit

Permalink
fix(SplitButton): normal icon color override
Browse files Browse the repository at this point in the history
  • Loading branch information
myronliu347 committed Mar 20, 2019
1 parent 2352674 commit b18c332
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/split-button/main.scss
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
transform: rotate(180deg);
}

&.#{$css-prefix}btn-normal .#{$css-prefix}icon {
&.#{$css-prefix}btn-normal:not(:disabled):not(.disabled) .#{$css-prefix}icon {
color: $split-btn-trigger-normal-icon-color;
}

Expand Down

0 comments on commit b18c332

Please sign in to comment.