(@fuse/overrides/angular-material) Fixed: Tailwind breaks the disabled mat-checkbox styling

This commit is contained in:
Sercan Yemen 2022-12-07 19:38:51 +03:00
parent ba8689ed0c
commit 685e981438

View File

@ -315,6 +315,10 @@
} }
} }
.mdc-checkbox__native-control {
opacity: 0 !important;
}
/* -------------------------------------------------------------------------- */ /* -------------------------------------------------------------------------- */
/* @ Chip /* @ Chip
/* -------------------------------------------------------------------------- */ /* -------------------------------------------------------------------------- */