1
0
Fork 1
mirror of https://github.com/zen-browser/desktop.git synced 2025-07-07 23:00:01 +02:00

Added delay when hovering on collapsible window buttons and fixed CODEOWNERS

This commit is contained in:
mr. M 2024-12-17 16:34:25 +01:00
parent c5ed682c70
commit c111d32934
No known key found for this signature in database
GPG key ID: CBD57A2AEDBDA1FB
2 changed files with 3 additions and 2 deletions

View file

@ -1 +1 @@
* @mauro-balades
* @mr-cheff

View file

@ -3,7 +3,7 @@ height: var(--zen-toolbar-height);
@media (-moz-bool-pref: 'zen.view.hide-window-controls') {
& {
transition: height 0.2s ease, opacity 0.2s ease-out;
transition-delay: 0.05s;
transition-delay: 0.2s;
& > * {
transition: transform 0.2s ease-out;
@ -11,6 +11,7 @@ height: var(--zen-toolbar-height);
}
&:not([zen-has-hover='true']):not([has-popup-menu]):not(:focus-within) {
transition-delay: 0.05s;
height: var(--zen-element-separation);
overflow: hidden;
opacity: 0;