Use not allowed cursor for disabled select options

pull/5994/head
Bogdan 1 year ago committed by GitHub
parent 3f0e8ce863
commit 229a4bba05
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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

Loading…
Cancel
Save