mirror of
https://github.com/zen-browser/desktop.git
synced 2026-02-08 12:57:15 +00:00
fix: Fixed lightweight themes being enabled by default and other small theme changes, b=no-bug, c=common, tabs, workspaces
This commit is contained in:
@@ -22,4 +22,4 @@ pref('zen.theme.window.scheme', 'auto'); // auto, light, dark
|
||||
#endif
|
||||
|
||||
// Light weight themes
|
||||
pref('zen.theme.disable-lightweight', false);
|
||||
pref('zen.theme.disable-lightweight', true);
|
||||
|
||||
@@ -759,7 +759,7 @@
|
||||
border-radius: var(--tab-border-radius);
|
||||
|
||||
&:hover {
|
||||
background: var(--toolbarbutton-active-background);
|
||||
background: var(--toolbarbutton-hover-background);
|
||||
}
|
||||
|
||||
& image {
|
||||
|
||||
Reference in New Issue
Block a user