1
0
Fork 0
mirror of https://github.com/lidarr/Lidarr synced 2025-03-15 08:19:05 +00: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 89e184e768
commit 63e36f71d2

View file

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