Skip to content

Commit a7f920d

Browse files
fix: align select placeholder color with other components (#5345) (#5350)
Co-authored-by: Ugur Saglam <106508695+ugur-vaadin@users.noreply.github.com>
1 parent 6dcae73 commit a7f920d

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed
Loading

packages/select/theme/lumo/vaadin-select-styles.js

+1-3
Original file line numberDiff line numberDiff line change
@@ -33,9 +33,7 @@ const select = css`
3333
3434
/* placeholder styles */
3535
[part='input-field'] ::slotted([slot='value'][placeholder]) {
36-
color: inherit;
37-
transition: opacity 0.175s 0.1s;
38-
opacity: 0.5;
36+
color: var(--lumo-secondary-text-color);
3937
}
4038
4139
[part='toggle-button']::before {

0 commit comments

Comments
 (0)