fix: improve readability on input placeholders - fixed #1974
This commit is contained in:
parent
afa750e409
commit
b398ed1e90
2 changed files with 2 additions and 2 deletions
|
|
@ -38,7 +38,7 @@
|
|||
input::placeholder,
|
||||
textarea::placeholder {
|
||||
@apply text-secondary;
|
||||
@apply opacity-25;
|
||||
@apply opacity-35;
|
||||
}
|
||||
|
||||
input,
|
||||
|
|
|
|||
|
|
@ -486,7 +486,7 @@ export default defineComponent({
|
|||
|
||||
&::before {
|
||||
@apply text-secondary;
|
||||
@apply opacity-25;
|
||||
@apply opacity-35;
|
||||
@apply pointer-events-none;
|
||||
|
||||
content: attr(placeholder);
|
||||
|
|
|
|||
Loading…
Reference in a new issue