适配输入框提示文本颜色
This commit is contained in:
parent
e2c7c0596c
commit
749141c10e
@ -124,6 +124,12 @@ svg {
|
|||||||
transition-property: fill;
|
transition-property: fill;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
input, textarea {
|
||||||
|
&::placeholder {
|
||||||
|
color: @color-theme_2-font-label;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
.hover, a {
|
.hover, a {
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
transition: color .2s ease;
|
transition: color .2s ease;
|
||||||
@ -194,6 +200,13 @@ each(@themes, {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
input, textarea {
|
||||||
|
&::placeholder {
|
||||||
|
color: ~'@{color-@{value}-theme_2-font-label}';
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
.badge {
|
.badge {
|
||||||
&.badge-theme-success {
|
&.badge-theme-success {
|
||||||
color: ~'@{color-@{value}-badge-success-font}';
|
color: ~'@{color-@{value}-badge-success-font}';
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user