Disabled select option

This commit is contained in:
Adina Țeudan 2022-07-18 14:17:01 +03:00
parent f1c63b889b
commit 2ff807aaaa

View File

@ -18,6 +18,10 @@
&.mat-selected:not(.mat-option-multiple) {
background-color: rgba(var(--iqser-primary-rgb), 0.2);
}
&.mat-option-disabled {
color: rgba(var(--iqser-text-rgb), 0.7);
}
}
}