Skip to content

Commit

Permalink
Chnaged transition-delay when hover toolbar
Browse files Browse the repository at this point in the history
  • Loading branch information
amnweb authored Mar 18, 2024
1 parent 48ccc1e commit 0c60dec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion chrome/toolbar/personalbar.css
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ toolbarbutton.bookmark-item[open="true"] > .toolbarbutton-icon{
}
#navigator-toolbox:hover > #PersonalToolbar
{
transition-delay: 100ms !important;
transition-delay: 800ms !important;
transform: rotateX(var(--autohide-toolbar-hover-rotation,0));
}

Expand Down

0 comments on commit 0c60dec

Please sign in to comment.