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 6dbb459 commit f3f3ee1Copy full SHA for f3f3ee1
core/src/components/select/select.md.outline.scss
@@ -244,6 +244,6 @@
244
// Select Icon
245
// ----------------------------------------------------------------
246
247
-:host(.in-item.select-expanded) .select-wrapper .select-icon {
+:host(.in-item.select-expanded.select-fill-outline) .select-wrapper .select-icon {
248
color: var(--highlight-color);
249
}
core/src/components/select/select.md.solid.scss
@@ -83,6 +83,6 @@
83
84
85
86
+:host(.in-item.select-expanded.select-fill-solid) .select-wrapper .select-icon {
87
88
0 commit comments