feat: Added new private window looks, b=(no-bug), c=common, tabs, workspaces

This commit is contained in:
mr. m
2025-05-22 19:17:10 +02:00
parent be55a26a94
commit 40d38b3961
6 changed files with 93 additions and 33 deletions

View File

@@ -466,10 +466,12 @@
height: calc(100% - var(--zen-toolbox-padding) * 2);
}
&:hover,
&[open='true'] {
&::before {
background: var(--tab-hover-background-color);
:root:not([zen-private-window]) & {
&:hover,
&[open='true'] {
&::before {
background: var(--tab-hover-background-color);
}
}
}