Skip to content

Commit

Permalink
fix(inline-notification): restore selector to original scope (#6511)
Browse files Browse the repository at this point in the history
Co-authored-by: TJ Egan <tw15egan@gmail.com>
  • Loading branch information
emyarod and tw15egan authored Jul 22, 2020
1 parent 2f2e17d commit 9ee63bc
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -286,7 +286,8 @@
fill: map-get($carbon--theme--white, 'text-01');
}

.#{$prefix}--inline-notification__action-button {
.#{$prefix}--inline-notification--low-contrast
.#{$prefix}--inline-notification__action-button {
color: $interactive-01;

&:active {
Expand Down

0 comments on commit 9ee63bc

Please sign in to comment.