Use not allowed cursor for disabled select options

(cherry picked from commit 229a4bba05d1f42089aa92b1d938747e152590b2)
This commit is contained in:
Bogdan 2023-09-04 20:29:03 +03:00
parent baa0e17ac6
commit 395b38d9cb
1 changed files with 4 additions and 0 deletions

View File

@ -9,6 +9,10 @@
&:hover { &:hover {
background-color: var(--inputHoverBackgroundColor); background-color: var(--inputHoverBackgroundColor);
} }
&.isDisabled {
cursor: not-allowed;
}
} }
.optionCheck { .optionCheck {