Display a not allowed cursor for disabled select options

pull/1850/head v1.8.5.3896
Bogdan 10 months ago
parent 4267b8a244
commit dee98ac46f

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

Loading…
Cancel
Save