Use not allowed cursor for disabled select options

This commit is contained in:
Bogdan 2023-09-04 20:29:03 +03:00 committed by GitHub
parent 3f0e8ce863
commit 229a4bba05
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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 {