🐛 Fix problem with hover layers when hidden/blocked

This commit is contained in:
alonso.torres 2024-10-09 17:30:22 +02:00 committed by Andrey Antukh
parent 4f16ea2d2d
commit 302672f5b0
2 changed files with 5 additions and 0 deletions

View file

@ -230,6 +230,10 @@
}
}
.layer-row:hover .element-actions.selected & {
opacity: $op-10;
}
.layer-row.highlight &,
.layer-row:hover & {
display: flex;