1
0
mirror of https://github.com/gorhill/uBlock.git synced 2024-11-02 00:42:45 +01:00

code review: non-enabled lists must not be shown as updating

This commit is contained in:
gorhill 2017-01-23 14:31:43 -05:00
parent 975b0d8280
commit 8ab6c13167

View File

@ -160,7 +160,7 @@ body:not(.updating) li.listEntry.obsolete > input[type="checkbox"]:checked ~ spa
li.listEntry span.updating {
transform-origin: 50% 46%;
}
body.updating li.listEntry.obsolete span.updating {
body.updating li.listEntry.obsolete > input[type="checkbox"]:checked ~ span.updating {
animation: spin 2s linear infinite;
display: inline-block;
}