apply the shorter transition delay to toolbox when focused

This commit is contained in:
MrOtherGuy 2020-08-04 00:25:44 +03:00
parent 4e6e77fc3c
commit 6d601a594f

View file

@ -41,7 +41,7 @@ See the above repository for updates as well as full license text. */
pointer-events: none; pointer-events: none;
} }
#navigator-toolbox:hover{ transition-delay: 33ms !important } #navigator-toolbox:-moz-any(:hover,:focus-within){ transition-delay: 33ms !important }
#navigator-toolbox > *{ line-height: normal; pointer-events: auto } #navigator-toolbox > *{ line-height: normal; pointer-events: auto }