From edc55034d74f4c1de87fb2d203a0ad12963e7f5c Mon Sep 17 00:00:00 2001 From: Raymond Hill Date: Fri, 15 May 2020 09:39:48 -0400 Subject: [PATCH] Add missing `;` Related feedback: - https://github.com/gorhill/uBlock/commit/e917213e81d4#commitcomment-39192290 --- src/css/popup.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/css/popup.css b/src/css/popup.css index 49f94b6f9..4537769d6 100644 --- a/src/css/popup.css +++ b/src/css/popup.css @@ -198,7 +198,7 @@ body.dirty #refresh { display: flex; } body.dirty #refresh:hover { - fill: inherit + fill: inherit; } #tooltip {