no-bug: Increase tab hover scaling (gh-13487)

This commit is contained in:
mr. m
2026-04-29 12:20:47 +02:00
committed by GitHub
parent 04c5bc3478
commit 21f7fdaef4
2 changed files with 2 additions and 2 deletions

View File

@@ -250,7 +250,7 @@
--panel-separator-color: color-mix(in srgb, currentColor 15%, transparent) !important;
--zen-big-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
--zen-active-tab-scale: 0.99;
--zen-active-tab-scale: 0.985;
/* Define tab hover background color */
--tab-hover-background-color: var(--toolbarbutton-hover-background);

View File

@@ -1089,7 +1089,7 @@
&:active,
&[open] {
scale: 0.99;
scale: 0.985;
}
&[in-urlbar] {