We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a5fb8f8 commit 3f727a2Copy full SHA for 3f727a2
src/material-experimental/mdc-dialog/dialog.scss
@@ -1,7 +1,6 @@
1
@use '@material/dialog' as mdc-dialog;
2
@use '../mdc-helpers/mdc-helpers';
3
@use './mdc-dialog-structure-overrides';
4
-@use '../../cdk/a11y';
5
6
// Dialog content max height. This has been copied from the standard dialog
7
// and is needed to make the dialog content scrollable.
@@ -17,10 +16,6 @@ $mat-dialog-button-horizontal-margin: 8px !default;
17
16
// The dialog container is focusable. We remove the default outline shown in browsers.
18
.mat-mdc-dialog-container {
19
outline: 0;
20
-
21
- @include a11y.high-contrast(active, off) {
22
- outline: solid 1px;
23
- }
24
}
25
26
// MDC sets the display behavior for title and actions, but not for content. Since we support
0 commit comments