Skip to content

Commit

Permalink
Fix indent
Browse files Browse the repository at this point in the history
  • Loading branch information
piroor committed Dec 27, 2019
1 parent e4ed39c commit 3505cd3
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions webextensions/sidebar/styles/square/plain-color-dark.css
Original file line number Diff line number Diff line change
Expand Up @@ -49,13 +49,13 @@
--tab-highlighter-inactive: var(--grey-10-a20);
}

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

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

0 comments on commit 3505cd3

Please sign in to comment.