1
0
mirror of https://github.com/Radarr/Radarr.git synced 2026-04-19 21:46:50 -04:00

Ensure not allowed cursor is shown for disabled select inputs

This commit is contained in:
Bogdan
2024-03-14 14:31:09 +02:00
parent b9f4073514
commit 953d3ad3fb
@@ -19,7 +19,7 @@
.isDisabled {
opacity: 0.7;
cursor: not-allowed;
cursor: not-allowed !important;
}
.dropdownArrowContainer {