From f6b726136cae8ee238ab2eda1be793b7e34cd9dc Mon Sep 17 00:00:00 2001 From: Raymond Hill Date: Thu, 11 Jan 2024 10:50:18 -0500 Subject: [PATCH] Do not prevent applying changes when lists are updating Related issue: https://github.com/uBlockOrigin/uBlock-issues/issues/3066 --- src/css/3p-filters.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/css/3p-filters.css b/src/css/3p-filters.css index 014dd202b..7e82db7d8 100644 --- a/src/css/3p-filters.css +++ b/src/css/3p-filters.css @@ -24,7 +24,7 @@ body.updating #actions, body.working #actions { cursor: progress; } -body.updating #actions button, +body.updating #actions #buttonUpdate, body.working #actions button { pointer-events: none; }