Skip to content

Commit 3505cd3

Browse files
committed
Fix indent
1 parent e4ed39c commit 3505cd3

1 file changed

Lines changed: 7 additions & 7 deletions

File tree

webextensions/sidebar/styles/square/plain-color-dark.css

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -49,13 +49,13 @@
4949
--tab-highlighter-inactive: var(--grey-10-a20);
5050
}
5151

52-
/* Firefox applies dark colors to scrollbars in its in-content UI, when a
53-
Dark theme is applied by the platform. To imitate such appearance we need
54-
to specify dark colors manually. See also:
55-
https://github.com/piroor/treestyletab/issues/2373 */
56-
#tabbar {
57-
scrollbar-color: var(--in-content-button-background-active-mixed) var(--in-content-box-background);
58-
}
52+
/* Firefox applies dark colors to scrollbars in its in-content UI, when a
53+
Dark theme is applied by the platform. To imitate such appearance we need
54+
to specify dark colors manually. See also:
55+
https://github.com/piroor/treestyletab/issues/2373 */
56+
#tabbar {
57+
scrollbar-color: var(--in-content-button-background-active-mixed) var(--in-content-box-background);
58+
}
5959

6060
:root[color-scheme="system-color"] #background::after {
6161
content: none;

0 commit comments

Comments
 (0)