From 0d49d15f77cba769bc401b909baa168342917d31 Mon Sep 17 00:00:00 2001 From: MrOtherGuy Date: Sun, 7 Jun 2020 07:32:55 +0300 Subject: [PATCH] Don't set cursor property on pseudo as it won't do anything --- chrome/fake_urlbar_dropmarker.css | 1 - 1 file changed, 1 deletion(-) diff --git a/chrome/fake_urlbar_dropmarker.css b/chrome/fake_urlbar_dropmarker.css index 3f4e589..c51fe82 100644 --- a/chrome/fake_urlbar_dropmarker.css +++ b/chrome/fake_urlbar_dropmarker.css @@ -13,7 +13,6 @@ See the above repository for updates as well as full license text. */ fill-opacity: 0.6; -moz-context-properties: fill, fill-opacity; background: no-repeat center url(chrome://global/skin/icons/arrow-dropdown-16.svg); - cursor: normal; opacity: 0; transition: opacity 150ms linear }