Ensure not allowed cursor is shown for disabled select inputs

pull/3365/head
Bogdan 2 months ago
parent 5dc5592c17
commit 490041d77c

@ -19,7 +19,7 @@
.isDisabled {
opacity: 0.7;
cursor: not-allowed;
cursor: not-allowed !important;
}
.dropdownArrowContainer {

Loading…
Cancel
Save