Ensure not allowed cursor is shown for disabled select inputs

pull/4673/head
Bogdan 2 months ago
parent 89e184e768
commit 63e36f71d2

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

Loading…
Cancel
Save