From 1e745c2f4dd3bf4941dc2e5b3e30f38ed0f9d70a Mon Sep 17 00:00:00 2001 From: Raymond Hill Date: Sun, 22 Oct 2023 17:52:38 -0400 Subject: [PATCH] Emphasize warning in "My filters" Related feedback: https://github.com/gorhill/uBlock/commit/f1ce3b2191524a7ee24f1a59c699a67aaf700fad#commitcomment-130633291 --- src/1p-filters.html | 2 +- src/css/dashboard-common.css | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/1p-filters.html b/src/1p-filters.html index 97a183db7..8085346b5 100644 --- a/src/1p-filters.html +++ b/src/1p-filters.html @@ -23,7 +23,7 @@
-

question-circle

+

question-circle

diff --git a/src/css/dashboard-common.css b/src/css/dashboard-common.css index c2da51e35..261aa9a51 100644 --- a/src/css/dashboard-common.css +++ b/src/css/dashboard-common.css @@ -25,7 +25,7 @@ a { color: var(--info2-ink); fill: var(--info2-ink); } -.fa-icon.info.very-important { +.info.very-important { color: var(--info3-ink); fill: var(--info3-ink); }