Skip to content

Commit

Permalink
Provide visual feedback when applying changes in "Filter lists" pane
Browse files Browse the repository at this point in the history
  • Loading branch information
gorhill committed Jan 14, 2024
1 parent a605f13 commit c4bb8a0
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/css/3p-filters.css
Expand Up @@ -212,13 +212,14 @@ body.working #actions button {
color: var(--info2-ink);
fill: var(--info2-ink);
}
body:not(.updating) #lists .listEntry.checked.obsolete > .detailbar .iconbar .obsolete {
body:not(.updating,.working) #lists .listEntry.checked.obsolete > .detailbar .iconbar .obsolete {
display: inline-flex;
}
#lists .iconbar .updating {
transform-origin: 50%;
}
body.updating #lists .listEntry.checked.obsolete > .detailbar .iconbar .updating {
body.updating #lists .listEntry.checked.obsolete > .detailbar .iconbar .updating,
body.working #lists .listEntry.checked.obsolete:not(.cached) > .detailbar .iconbar .updating {
animation: spin 1s steps(8) infinite;
display: inline-flex;
}
Expand Down

0 comments on commit c4bb8a0

Please sign in to comment.