fix: checkbox disable style and i18n

This commit is contained in:
puriphatt 2024-08-16 15:34:12 +07:00
parent 5a3ae092c8
commit c841ee4ed2
3 changed files with 7 additions and 1 deletions

View file

@ -82,7 +82,7 @@ div.fullscreen.q-drawer__backdrop {
.disabled,
.disabled *,
[disabled],
[disabled] * {
[disabled] * :not(:deep(.q-checkbox)) {
color: hsl(var(--text-mute)) !important;
}