mirror of
https://github.com/mayswind/ezbookkeeping.git
synced 2026-05-19 17:24:26 +08:00
fix input field placeholders overlap after upgrading vuetify to version 3.11.0
This commit is contained in:
@@ -240,15 +240,3 @@ body,
|
|||||||
.v-list-item-subtitle {
|
.v-list-item-subtitle {
|
||||||
color: rgba(var(--v-theme-on-background), var(--v-medium-emphasis-opacity));
|
color: rgba(var(--v-theme-on-background), var(--v-medium-emphasis-opacity));
|
||||||
}
|
}
|
||||||
|
|
||||||
// 👉 placeholders
|
|
||||||
.v-field__input {
|
|
||||||
@at-root {
|
|
||||||
& input::placeholder,
|
|
||||||
input#{&}::placeholder,
|
|
||||||
textarea#{&}::placeholder {
|
|
||||||
color: rgba(var(--v-theme-on-surface), var(--v-disabled-opacity)) !important;
|
|
||||||
opacity: 1 !important;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|||||||
Reference in New Issue
Block a user