css: Keep remove-action buttons shown while active
This commit is contained in:
parent
28a8771a37
commit
ae3731f143
|
@ -155,12 +155,12 @@ a:hover > .icon-cancel {
|
|||
&:hover {
|
||||
.var(background-color, gray-lightest);
|
||||
|
||||
> .remove-action {
|
||||
> .remove-action button:not(.spinner.active) {
|
||||
visibility: visible;
|
||||
}
|
||||
}
|
||||
|
||||
> .remove-action {
|
||||
> .remove-action button:not(.spinner.active) {
|
||||
visibility: hidden;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue