css: Keep remove-action buttons shown while active

This commit is contained in:
Johannes Meyer 2022-02-07 14:47:45 +01:00
parent 28a8771a37
commit ae3731f143
1 changed files with 2 additions and 2 deletions

View File

@ -155,12 +155,12 @@ a:hover > .icon-cancel {
&:hover { &:hover {
.var(background-color, gray-lightest); .var(background-color, gray-lightest);
> .remove-action { > .remove-action button:not(.spinner.active) {
visibility: visible; visibility: visible;
} }
} }
> .remove-action { > .remove-action button:not(.spinner.active) {
visibility: hidden; visibility: hidden;
} }
} }