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 3018b6d commit 9e9daf8Copy full SHA for 9e9daf8
src/lib/autocomplete/autocomplete.scss
@@ -1,4 +1,5 @@
1
@import '../core/style/menu-common';
2
+@import '../../cdk/a11y/a11y';
3
4
/**
5
* The max-height of the panel, currently matching mat-select value.
@@ -22,4 +23,8 @@ $mat-autocomplete-panel-max-height: 256px !default;
22
23
&.mat-autocomplete-hidden {
24
visibility: hidden;
25
}
26
+
27
+ @include cdk-high-contrast {
28
+ outline: solid 1px;
29
+ }
30
0 commit comments