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 f91334a commit 0c64b15Copy full SHA for 0c64b15
src/lib/bottom-sheet/bottom-sheet-container.scss
@@ -1,4 +1,5 @@
1
@import '../core/style/elevation';
2
+@import '../../cdk/a11y/a11y';
3
4
// The bottom sheet minimum width on larger screen sizes is based
5
// on increments of the toolbar, according to the spec. See:
@@ -16,6 +17,10 @@ $mat-bottom-sheet-container-horizontal-padding: 16px !default;
16
17
box-sizing: border-box;
18
display: block;
19
outline: 0;
20
+
21
+ @include cdk-high-contrast {
22
+ outline: 1px solid;
23
+ }
24
}
25
26
.mat-bottom-sheet-container-medium {
0 commit comments