mirror of
https://github.com/zen-browser/desktop.git
synced 2025-09-05 19:08:18 +00:00
Added delay when hovering on collapsible window buttons and fixed CODEOWNERS
This commit is contained in:
@@ -1 +1 @@
|
||||
* @mauro-balades
|
||||
* @mr-cheff
|
||||
|
@@ -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;
|
||||
|
Reference in New Issue
Block a user