Skip to content

Commit 939445d

Browse files
committed
fix(combo): search seperator border
1 parent 84149e7 commit 939445d

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/components/combo/themes/shared/combo.common.scss

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,10 @@ $dropdown-theme: dropdown-theme.$material;
1717
}
1818
}
1919

20+
[part='filter-input'] {
21+
border-bottom: rem(1px) dashed var-get($theme, 'search-separator-border-color');
22+
}
23+
2024
[part='empty'] {
2125
color: var-get($theme, 'empty-list-placeholder-color');
2226
background: var-get($theme, 'empty-list-background');

0 commit comments

Comments
 (0)