mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-26 23:34:08 +02:00
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…
x
Reference in New Issue
Block a user