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 fb5e1d4 commit 4e94da4Copy full SHA for 4e94da4
src/lib/autocomplete/_autocomplete-theme.scss
@@ -4,13 +4,16 @@
4
$foreground: map-get($theme, foreground);
5
$background: map-get($theme, background);
6
7
- md-option {
+ .md-autocomplete-panel {
8
background: md-color($background, card);
9
color: md-color($foreground, text);
10
11
- &.md-selected {
12
- background: md-color($background, card);
13
- color: md-color($foreground, text);
+ md-option {
+ &.md-selected {
+ background: md-color($background, card);
14
+ color: md-color($foreground, text);
15
+ }
16
}
17
18
+
19
0 commit comments