1
0
Fork 0
mirror of https://github.com/lidarr/Lidarr synced 2024-12-21 23:32:27 +00:00

Fix disabled style for monitor toggle button

(cherry picked from commit dde28cbd7e16b85f78d38c8dde7cf6bbb6119bb3)
This commit is contained in:
Bogdan 2024-08-21 18:20:05 +03:00
parent 8f9281f914
commit 88f4c0c6cd

View file

@ -3,9 +3,9 @@
padding: 0;
font-size: inherit;
}
.isDisabled {
color: var(--disabledColor);
cursor: not-allowed;
&.isDisabled {
color: var(--disabledColor);
cursor: not-allowed;
}
}