mirror of
https://github.com/Sonarr/Sonarr.git
synced 2026-04-26 22:56:23 -04:00
Double instead of single quotes in CSS
This commit is contained in:
@@ -1,15 +1,15 @@
|
||||
.button {
|
||||
composes: toolbarButton from '~Components/Page/Toolbar/PageToolbarButton.css';
|
||||
composes: toolbarButton from "~Components/Page/Toolbar/PageToolbarButton.css";
|
||||
|
||||
position: relative;
|
||||
}
|
||||
|
||||
.labelContainer {
|
||||
composes: labelContainer from '~Components/Page/Toolbar/PageToolbarButton.css';
|
||||
composes: labelContainer from "~Components/Page/Toolbar/PageToolbarButton.css";
|
||||
}
|
||||
|
||||
.label {
|
||||
composes: label from '~Components/Page/Toolbar/PageToolbarButton.css';
|
||||
composes: label from "~Components/Page/Toolbar/PageToolbarButton.css";
|
||||
}
|
||||
|
||||
.indicatorContainer {
|
||||
|
||||
Reference in New Issue
Block a user