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 9dee466 commit 3119763Copy full SHA for 3119763
src/material-experimental/popover-edit/_popover-edit.scss
@@ -1,3 +1,4 @@
1
+@import '../../cdk/a11y/a11y';
2
@import '../../material/core/style/variables';
3
@import '../../material/core/style/elevation';
4
@import '../../material/core/theming/palette';
@@ -80,6 +81,13 @@
80
81
color: mat-color($foreground, text);
82
display: block;
83
padding: 16px 24px;
84
+
85
+ @include cdk-high-contrast {
86
+ // Note that normally we use 1px for high contrast outline, however here we use 3,
87
+ // because the popover is rendered on top of a table which already has some borders
88
+ // and doesn't have a backdrop. The thicker outline makes it easier to differentiate.
89
+ outline: solid 3px;
90
+ }
91
}
92
93
.mat-edit-lens {
0 commit comments