From f600efbb65ecf1b42470cd8e8d5884015097b793 Mon Sep 17 00:00:00 2001 From: MrOtherGuy Date: Tue, 23 Jun 2020 05:41:12 +0300 Subject: [PATCH] Clear background-image using :first-of-type:hover selector --- chrome/fake_statusbar_w_bookmarksbar.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chrome/fake_statusbar_w_bookmarksbar.css b/chrome/fake_statusbar_w_bookmarksbar.css index 65e07e8..ada9690 100644 --- a/chrome/fake_statusbar_w_bookmarksbar.css +++ b/chrome/fake_statusbar_w_bookmarksbar.css @@ -30,7 +30,7 @@ See the above repository for updates as well as full license text. */ width: 60ch; } /* Using -moz-element() causes some problems after Firefox has been running several hours such as long tab switch times. For this reason the background image is removed on hover and focused states which appears to clear the state. */ -#PersonalToolbar:hover :first-child + toolbarspring{ background-image: none } +#PersonalToolbar > toolbarspring:first-of-type:hover{ background-image: none } #statuspanel-inner > #statuspanel-label{ height:3em;