1
0
mirror of https://github.com/Sonarr/Sonarr.git synced 2026-03-05 13:20:20 -05:00

Ensure not allowed cursor is shown for disabled select inputs

This commit is contained in:
Bogdan
2024-03-14 14:33:43 +02:00
committed by Mark McDowall
parent 381ce61aef
commit e14568adef

View File

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