File tree Expand file tree Collapse file tree 1 file changed +5
-0
lines changed
src/material-experimental/mdc-dialog Expand file tree Collapse file tree 1 file changed +5
-0
lines changed Original file line number Diff line number Diff line change 2
2
@import ' @material/dialog/variables.import' ;
3
3
@import ' ../mdc-helpers/mdc-helpers' ;
4
4
@import ' ./mdc-dialog-structure-overrides' ;
5
+ @import ' ../../cdk/a11y/a11y' ;
5
6
6
7
// Dialog content max height. This has been copied from the standard dialog
7
8
// and is needed to make the dialog content scrollable.
@@ -16,6 +17,10 @@ $mat-dialog-button-horizontal-margin: 8px !default;
16
17
// The dialog container is focusable. We remove the default outline shown in browsers.
17
18
.mat-mdc-dialog-container {
18
19
outline : 0 ;
20
+
21
+ @include cdk-high-contrast (active , off) {
22
+ outline : solid 1px ;
23
+ }
19
24
}
20
25
21
26
// MDC sets the display behavior for title and actions, but not for content. Since we support
You can’t perform that action at this time.
0 commit comments