From 6d601a594f906c9651be1487d115a28f1dfca2f5 Mon Sep 17 00:00:00 2001 From: MrOtherGuy Date: Tue, 4 Aug 2020 00:25:44 +0300 Subject: [PATCH] apply the shorter transition delay to toolbox when focused --- chrome/autohide_toolbox.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chrome/autohide_toolbox.css b/chrome/autohide_toolbox.css index 4d022c1..c8bf99a 100644 --- a/chrome/autohide_toolbox.css +++ b/chrome/autohide_toolbox.css @@ -41,7 +41,7 @@ See the above repository for updates as well as full license text. */ 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 }