mirror of
https://github.com/Radarr/Radarr.git
synced 2026-04-20 21:55:03 -04:00
657ced4772
(cherry picked from commit dde28cbd7e16b85f78d38c8dde7cf6bbb6119bb3)
12 lines
194 B
CSS
12 lines
194 B
CSS
.toggleButton {
|
|
composes: button from '~Components/Link/IconButton.css';
|
|
|
|
padding: 0;
|
|
font-size: inherit;
|
|
|
|
&.isDisabled {
|
|
color: var(--disabledColor);
|
|
cursor: not-allowed;
|
|
}
|
|
}
|