mirror of
https://github.com/penpot/penpot.git
synced 2025-03-13 16:21:57 -05:00
Minor cosmetic fox on layers toolbox.
This commit is contained in:
parent
1f22b424f5
commit
5ce1728e5e
2 changed files with 7 additions and 1 deletions
|
@ -264,6 +264,10 @@
|
|||
width: 12px;
|
||||
}
|
||||
|
||||
&.inverse {
|
||||
svg { transform: rotate(270deg); }
|
||||
}
|
||||
|
||||
&:hover {
|
||||
|
||||
svg {
|
||||
|
|
|
@ -155,7 +155,9 @@
|
|||
i/chain]]
|
||||
[:div.element-icon i/folder]
|
||||
[:span (:name item "Unnamed group")]
|
||||
[:span.toggle-content {:on-click toggle-open}
|
||||
[:span.toggle-content
|
||||
{:on-click toggle-open
|
||||
:class (when open? "inverse")}
|
||||
i/arrow-slide]]
|
||||
(if open?
|
||||
[:ul
|
||||
|
|
Loading…
Add table
Reference in a new issue