mirror of
https://github.com/zen-browser/desktop.git
synced 2025-09-05 19:08:18 +00:00
Simplify hover background color for vertical tabs in CSS
This commit is contained in:
@@ -995,7 +995,7 @@
|
||||
}
|
||||
|
||||
&:hover .tab-background {
|
||||
background: color-mix(in srgb, var(--zen-toolbar-element-bg) 50%, var(--tab-selected-bgcolor) 50%);
|
||||
background: var(--tab-selected-bgcolor);
|
||||
}
|
||||
|
||||
@media (-moz-bool-pref: 'zen.theme.essentials-favicon-bg') {
|
||||
|
Reference in New Issue
Block a user