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

Fix disabled style for monitor toggle button

This commit is contained in:
Bogdan
2024-08-21 18:20:05 +03:00
committed by Mark McDowall
parent 8ceb306bf1
commit dde28cbd7e

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;
}
}