Skip to content

Commit f3f3ee1

Browse files
committed
refactor(select): add extra classes
1 parent 6dbb459 commit f3f3ee1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

core/src/components/select/select.md.outline.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -244,6 +244,6 @@
244244
// Select Icon
245245
// ----------------------------------------------------------------
246246

247-
:host(.in-item.select-expanded) .select-wrapper .select-icon {
247+
:host(.in-item.select-expanded.select-fill-outline) .select-wrapper .select-icon {
248248
color: var(--highlight-color);
249249
}

core/src/components/select/select.md.solid.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,6 @@
8383
// Select Icon
8484
// ----------------------------------------------------------------
8585

86-
:host(.in-item.select-expanded) .select-wrapper .select-icon {
86+
:host(.in-item.select-expanded.select-fill-solid) .select-wrapper .select-icon {
8787
color: var(--highlight-color);
8888
}

0 commit comments

Comments
 (0)