Skip to content

Commit ed31a7c

Browse files
committed
fix(select): use text color on valid focus no fill
1 parent d9f8ea6 commit ed31a7c

File tree

6 files changed

+3
-0
lines changed

6 files changed

+3
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -253,6 +253,7 @@
253253
:host(.in-item.select-expanded.select-fill-outline) .select-wrapper .select-icon,
254254
:host(.in-item.select-expanded.ion-touched.ion-invalid.select-fill-outline) .select-wrapper .select-icon,
255255
:host(.in-item.has-focus.select-fill-outline) .select-wrapper .select-icon,
256+
:host(.in-item.has-focus.ion-valid.select-fill-outline) .select-wrapper .select-icon,
256257
:host(.in-item.has-focus.ion-touched.ion-invalid.select-fill-outline) .select-wrapper .select-icon {
257258
color: var(--highlight-color);
258259
}

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -95,6 +95,7 @@
9595
:host(.in-item.select-expanded) .select-wrapper .select-icon,
9696
:host(.in-item.select-expanded.ion-touched.ion-invalid) .select-wrapper .select-icon,
9797
:host(.in-item.has-focus) .select-wrapper .select-icon,
98+
:host(.in-item.has-focus.ion-valid) .select-wrapper .select-icon,
9899
:host(.in-item.has-focus.ion-touched.ion-invalid) .select-wrapper .select-icon {
99100
color: #{$select-md-icon-color};
100101
}

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,7 @@
9393
:host(.in-item.select-expanded.select-fill-solid) .select-wrapper .select-icon,
9494
:host(.in-item.select-expanded.ion-touched.ion-invalid.select-fill-solid) .select-wrapper .select-icon,
9595
:host(.in-item.has-focus.select-fill-solid) .select-wrapper .select-icon,
96+
:host(.in-item.has-focus.ion-valid.select-fill-solid) .select-wrapper .select-icon,
9697
:host(.in-item.has-focus.ion-touched.ion-invalid.select-fill-solid) .select-wrapper .select-icon {
9798
color: var(--highlight-color);
9899
}
-24 Bytes
Loading
-43 Bytes
Loading
-10 Bytes
Loading

0 commit comments

Comments
 (0)