mirror of
https://github.com/penpot/penpot.git
synced 2025-07-30 17:58:30 +02:00
🐛 Fix problem with hover layers when hidden/blocked
This commit is contained in:
parent
4f16ea2d2d
commit
302672f5b0
2 changed files with 5 additions and 0 deletions
|
@ -230,6 +230,10 @@
|
|||
}
|
||||
}
|
||||
|
||||
.layer-row:hover .element-actions.selected & {
|
||||
opacity: $op-10;
|
||||
}
|
||||
|
||||
.layer-row.highlight &,
|
||||
.layer-row:hover & {
|
||||
display: flex;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue