Skip to content

Commit f6b7261

Browse files
committed
Do not prevent applying changes when lists are updating
Related issue: uBlockOrigin/uBlock-issues#3066
1 parent bfb4304 commit f6b7261

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/css/3p-filters.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ body.updating #actions,
2424
body.working #actions {
2525
cursor: progress;
2626
}
27-
body.updating #actions button,
27+
body.updating #actions #buttonUpdate,
2828
body.working #actions button {
2929
pointer-events: none;
3030
}

0 commit comments

Comments
 (0)