mirror of
https://github.com/lidarr/lidarr.git
synced 2025-07-06 04:52:21 -07:00
11 lines
194 B
CSS
11 lines
194 B
CSS
.toggleButton {
|
|
composes: button from '~Components/Link/IconButton.css';
|
|
|
|
padding: 0;
|
|
font-size: inherit;
|
|
|
|
&.isDisabled {
|
|
color: var(--disabledColor);
|
|
cursor: not-allowed;
|
|
}
|
|
}
|