Use not allowed cursor for disabled select options

pull/5994/head
Bogdan 10 months 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 {
background-color: var(--inputHoverBackgroundColor);
}
&.isDisabled {
cursor: not-allowed;
}
}
.optionCheck {

Loading…
Cancel
Save