fix: improve readability on input placeholders - fixed #1974

This commit is contained in:
liyasthomas
2021-11-23 20:22:38 +05:30
parent afa750e409
commit b398ed1e90
2 changed files with 2 additions and 2 deletions

View File

@@ -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,

View File

@@ -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);