Hide label in zen-workspaces when sidebar is not expanded

This commit is contained in:
mr. M
2024-12-11 22:31:14 +01:00
parent c45d415579
commit e5904584e7

View File

@@ -84,6 +84,10 @@
height: calc(2 * var(--toolbarbutton-inner-padding) + 16px) !important;
border-radius: var(--tab-border-radius) !important;
:root:not([zen-sidebar-expanded='true']) #navigator-toolbox & label {
display: none;
}
&:hover {
background: var(--toolbarbutton-hover-background) !important;
}