From 6a5e012c0bf415b22b529aa329c9423349be498b Mon Sep 17 00:00:00 2001 From: Peter Anderson Date: Mon, 29 Nov 2021 17:22:40 +1100 Subject: [PATCH] Issue #157: Match transition duration to page_action_buttons_on_hover.css. (#158) --- chrome/urlbar_info_icons_on_hover.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chrome/urlbar_info_icons_on_hover.css b/chrome/urlbar_info_icons_on_hover.css index e2afc06..f4f3aa8 100644 --- a/chrome/urlbar_info_icons_on_hover.css +++ b/chrome/urlbar_info_icons_on_hover.css @@ -8,7 +8,7 @@ See the above repository for updates as well as full license text. */ #identity-box, #identity-box.extensionPage #identity-icon-label{ max-width: 0px; - transition: max-width 300ms linear !important; + transition: max-width 100ms linear !important; overflow: hidden; }