Skip to content

Commit

Permalink
fix(danger-button): Add correct hover color for icon (carbon-design-s…
Browse files Browse the repository at this point in the history
  • Loading branch information
alisonjoseph authored and asudoh committed May 23, 2018
1 parent 323b0ce commit f0e11ea
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/components/button/_button.scss
Original file line number Diff line number Diff line change
Expand Up @@ -123,6 +123,11 @@
color: $support-01;
border: $button-border-width solid $support-01;
}

&:hover > .#{$prefix}--btn__icon,
&:focus > .#{$prefix}--btn__icon {
fill: $inverse-01;
}
}

.#{$prefix}--btn--danger--primary {
Expand Down

0 comments on commit f0e11ea

Please sign in to comment.