Separate the two show behaviors

This commit is contained in:
MrOtherGuy 2020-01-08 23:51:11 +02:00
parent 4dd48397ab
commit d6a1a8663d

View file

@ -16,8 +16,10 @@
#PlacesToolbarItems > .bookmark-item{ padding-block: var(--uc-bm-padding) !important; } #PlacesToolbarItems > .bookmark-item{ padding-block: var(--uc-bm-padding) !important; }
/* SELECT BOOKMARKS TOOLBAR BEHAVIOR */ /* SELECT BOOKMARKS TOOLBAR BEHAVIOR */
/* Comment out to disable either one of these */ /* Comment out or delete either one of these to disable that behavior */
#nav-bar:focus-within + #PersonalToolbar, /* Show when urlbar is focused */ /* Show when urlbar is focused */
#navigator-toolbox:hover > #PersonalToolbar /* Show when cursor is over the toolbar area */ #nav-bar:focus-within + #PersonalToolbar{ transform: rotateX(0) }
{ transform: rotateX(0) }
/* Show when cursor is over the toolbar area */
#navigator-toolbox:hover > #PersonalToolbar{ transform: rotateX(0) }