Skip to content

Commit

Permalink
fix(components): add HCM to close icon
Browse files Browse the repository at this point in the history
  • Loading branch information
abbeyhrt committed Feb 3, 2022
1 parent 3068b42 commit 56170c9
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -314,6 +314,10 @@
.#{$prefix}--inline-notification__icon {
@include high-contrast-mode('icon-fill');
}

.#{$prefix}--inline-notification__close-icon {
@include high-contrast-mode('icon-fill');
}
/* stylelint-enable */
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -237,12 +237,18 @@
.#{$prefix}--toast-notification {
@include high-contrast-mode('outline');
}

.#{$prefix}--toast-notification__close-button:focus {
@include high-contrast-mode('focus');
}

.#{$prefix}--toast-notification__icon {
@include high-contrast-mode('icon-fill');
}

.#{$prefix}--inline-notification__close-icon {
@include high-contrast-mode('icon-fill');
}
/* stylelint-enable */
}

Expand Down

0 comments on commit 56170c9

Please sign in to comment.