Skip to content

Commit b137545

Browse files
authored
fix: align select placeholder text color with other fields (#10131)
1 parent ec0ec20 commit b137545

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

packages/select/src/styles/vaadin-select-value-button-base-styles.js

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,10 @@ export const valueButton = css`
2424
display: contents;
2525
}
2626
27+
:host([placeholder]) {
28+
color: var(--vaadin-input-field-placeholder-color, var(--vaadin-color-subtle));
29+
}
30+
2731
:host([disabled]) {
2832
pointer-events: none;
2933
}
71 Bytes
Loading

0 commit comments

Comments
 (0)