Ensure not allowed cursor is shown for disabled select inputs

pull/9471/merge
Bogdan 2 months ago
parent b9f4073514
commit 953d3ad3fb

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

Loading…
Cancel
Save