From e50b3911052d492b53eae5ecd39bc53286e7e4b4 Mon Sep 17 00:00:00 2001 From: Raymond Hill Date: Thu, 22 Jun 2023 14:36:12 -0400 Subject: [PATCH] Prevent creating report until filter lists are updated Related discussion: - https://github.com/uBlockOrigin/uBlock-issues/discussions/2582#discussioncomment-6187066 --- src/css/support.css | 5 +++++ src/support.html | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/src/css/support.css b/src/css/support.css index e804e3f71..d2777dcec 100644 --- a/src/css/support.css +++ b/src/css/support.css @@ -54,6 +54,11 @@ body.filterIssue #moreButton { display: none; } +body.shouldUpdate:not(.updated) .e .createEntry { + opacity: 0.25; + pointer-events: none; +} + body:not(.shouldUpdate) .shouldUpdate { display: none; } diff --git a/src/support.html b/src/support.html index 206e20a51..79279be17 100644 --- a/src/support.html +++ b/src/support.html @@ -75,7 +75,7 @@

-
+