mirror of
https://github.com/lidarr/Lidarr
synced 2025-03-12 15:03:12 +00:00
* New: Webpack 4 * New: Gulp 4 * New: Transpile UI for old browsers Co-Authored-By: Mark McDowall <markus101@users.noreply.github.com>
11 lines
179 B
CSS
11 lines
179 B
CSS
.toggleButton {
|
|
composes: button from '~Components/Link/IconButton.css';
|
|
|
|
padding: 0;
|
|
font-size: inherit;
|
|
}
|
|
|
|
.isDisabled {
|
|
color: $disabledColor;
|
|
cursor: not-allowed;
|
|
}
|