fix: improve readability on input placeholders - fixed #1974
This commit is contained in:
@@ -38,7 +38,7 @@
|
|||||||
input::placeholder,
|
input::placeholder,
|
||||||
textarea::placeholder {
|
textarea::placeholder {
|
||||||
@apply text-secondary;
|
@apply text-secondary;
|
||||||
@apply opacity-25;
|
@apply opacity-35;
|
||||||
}
|
}
|
||||||
|
|
||||||
input,
|
input,
|
||||||
|
|||||||
@@ -486,7 +486,7 @@ export default defineComponent({
|
|||||||
|
|
||||||
&::before {
|
&::before {
|
||||||
@apply text-secondary;
|
@apply text-secondary;
|
||||||
@apply opacity-25;
|
@apply opacity-35;
|
||||||
@apply pointer-events-none;
|
@apply pointer-events-none;
|
||||||
|
|
||||||
content: attr(placeholder);
|
content: attr(placeholder);
|
||||||
|
|||||||
Reference in New Issue
Block a user