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:
parent
975b0d8280
commit
8ab6c13167
@ -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;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user