File tree Expand file tree Collapse file tree 2 files changed +10
-0
lines changed
packages/components/src/components/notification Expand file tree Collapse file tree 2 files changed +10
-0
lines changed Original file line number Diff line number Diff line change 255255 }
256256 }
257257
258+ .#{$prefix } --inline-notification--low-contrast
259+ .#{$prefix } --inline-notification__close-button {
260+ @include focus-outline (' outline' );
261+ }
262+
258263 .#{$prefix } --inline-notification--low-contrast {
259264 .#{$prefix } --inline-notification__close-button
260265 .#{$prefix } --inline-notification__close-icon {
Original file line number Diff line number Diff line change 157157 }
158158 }
159159
160+ .#{$prefix } --toast-notification--low-contrast
161+ .#{$prefix } --toast-notification__close-button {
162+ @include focus-outline (' outline' );
163+ }
164+
160165 .#{$prefix } --toast-notification--low-contrast
161166 .#{$prefix } --toast-notification__close-button
162167 .#{$prefix } --toast-notification__close-icon {
You can’t perform that action at this time.
0 commit comments