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 84149e7 commit 939445dCopy full SHA for 939445d
src/components/combo/themes/shared/combo.common.scss
@@ -17,6 +17,10 @@ $dropdown-theme: dropdown-theme.$material;
17
}
18
19
20
+[part='filter-input'] {
21
+ border-bottom: rem(1px) dashed var-get($theme, 'search-separator-border-color');
22
+}
23
+
24
[part='empty'] {
25
color: var-get($theme, 'empty-list-placeholder-color');
26
background: var-get($theme, 'empty-list-background');
0 commit comments