Skip to content

Commit

Permalink
fix(Notifications): add close icon to HCM media queries (#10447)
Browse files Browse the repository at this point in the history
Co-authored-by: Josh Black <[email protected]>
Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
  • Loading branch information
3 people authored Jan 18, 2022
1 parent f58d8fa commit e2b8b30
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -324,5 +324,8 @@
.#{$prefix}--inline-notification__icon {
@include high-contrast-mode('icon-fill');
}
.#{$prefix}--inline-notification__close-icon {
@include high-contrast-mode('icon-fill');
}
/* stylelint-enable */
}
Original file line number Diff line number Diff line change
Expand Up @@ -255,6 +255,9 @@
.#{$prefix}--toast-notification__close-button:focus {
@include high-contrast-mode('focus');
}
.#{$prefix}--toast-notification__close-icon {
@include high-contrast-mode('icon-fill');
}
.#{$prefix}--toast-notification__icon {
@include high-contrast-mode('icon-fill');
}
Expand Down

0 comments on commit e2b8b30

Please sign in to comment.