Fix coding style: put space between selectors and "{"
This commit is contained in:
parent
2823b18bf9
commit
fb2394b983
@ -1,9 +1,9 @@
|
|||||||
:root[devtoolstheme="light"]{
|
:root[devtoolstheme="light"] {
|
||||||
--tabs-newtab-button-background:-moz-dialog;
|
--tabs-newtab-button-background:-moz-dialog;
|
||||||
--tabs-newtab-button-background-hover:ThreeDHighlight;
|
--tabs-newtab-button-background-hover:ThreeDHighlight;
|
||||||
}
|
}
|
||||||
|
|
||||||
:root[devtoolstheme="dark"]{
|
:root[devtoolstheme="dark"] {
|
||||||
--tabs-newtab-button-background:#39424D;
|
--tabs-newtab-button-background:#39424D;
|
||||||
--tabs-newtab-button-background-hover:#49525D;
|
--tabs-newtab-button-background-hover:#49525D;
|
||||||
}
|
}
|
Loading…
Reference in New Issue
Block a user