mirror of
https://github.com/element-plus/element-plus.git
synced 2026-03-13 07:51:17 +08:00
fix(theme-chalk): [input-tag] correct input-tag placeholder color (#19386)
fix(components): [input-tag] correct input-tag placeholder color
This commit is contained in:
@@ -924,6 +924,7 @@ $input-tag: () !default;
|
||||
$input-tag: map.merge(
|
||||
(
|
||||
'border-color-hover': getCssVar('border-color-hover'),
|
||||
'placeholder-color': getCssVar('text-color-placeholder'),
|
||||
'disabled-color': getCssVar('disabled-text-color'),
|
||||
'disabled-border': getCssVar('disabled-border-color'),
|
||||
'font-size': getCssVar('font-size-base'),
|
||||
|
||||
@@ -169,6 +169,10 @@
|
||||
appearance: none;
|
||||
width: 100%;
|
||||
background-color: transparent;
|
||||
|
||||
&::placeholder {
|
||||
color: getCssVar('input-tag-placeholder-color');
|
||||
}
|
||||
}
|
||||
|
||||
@include e(input-calculator) {
|
||||
|
||||
Reference in New Issue
Block a user