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
1 changed files with 1 additions and 1 deletions

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