We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ec87358 commit 7b2d6b0Copy full SHA for 7b2d6b0
src/material-experimental/mdc-snack-bar/snack-bar-container.scss
@@ -1,5 +1,6 @@
1
@import '@material/snackbar/mixins.import';
2
@import '../mdc-helpers/mdc-helpers';
3
+@import '../../cdk/a11y/a11y';
4
5
@include mdc-snackbar-core-styles($query: $mat-base-styles-query);
6
@@ -8,6 +9,10 @@
8
9
// of positions, so we'll defer logic there.
10
.mat-mdc-snack-bar-container {
11
position: static;
12
+
13
+ @include cdk-high-contrast(active, off) {
14
+ border: solid 1px;
15
+ }
16
}
17
18
// These elements need to have full width using flex layout.
0 commit comments