mirror of
https://github.com/Sonarr/Sonarr.git
synced 2026-04-20 21:54:58 -04:00
Fix stylelint once and for all (hopefully)
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
.hasFileBrowser {
|
||||
composes: input from "~./AutoSuggestInput.css";
|
||||
composes: hasButton from "~Components/Form/Input.css";
|
||||
composes: input from '~./AutoSuggestInput.css';
|
||||
composes: hasButton from '~Components/Form/Input.css';
|
||||
}
|
||||
|
||||
.inputWrapper {
|
||||
@@ -12,7 +12,7 @@
|
||||
}
|
||||
|
||||
.fileBrowserButton {
|
||||
composes: button from "~./FormInputButton.css";
|
||||
composes: button from '~./FormInputButton.css';
|
||||
|
||||
height: 35px;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user