1
0
mirror of https://github.com/gorhill/uBlock.git synced 2024-07-08 04:49:12 +02:00

Do not prevent applying changes when lists are updating

Related issue:
https://github.com/uBlockOrigin/uBlock-issues/issues/3066
This commit is contained in:
Raymond Hill 2024-01-11 10:50:18 -05:00
parent bfb4304b1d
commit f6b726136c
No known key found for this signature in database
GPG Key ID: 25E1490B761470C2

View File

@ -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;
}