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:
parent
c5ed682c70
commit
c111d32934
2 changed files with 3 additions and 2 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue