fix: improve readability on input placeholders - fixed #1974
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user