mirror of
https://github.com/penpot/penpot.git
synced 2025-01-10 08:50:57 -05:00
🐛 Fix toggle collapse layer icon
This commit is contained in:
parent
b73b40b23c
commit
c6d1f80af2
1 changed files with 7 additions and 0 deletions
|
@ -12,6 +12,13 @@
|
|||
padding: $size-1 $size-2;
|
||||
transition: none;
|
||||
width: 100%;
|
||||
.toggle-content {
|
||||
svg {
|
||||
display: flex;
|
||||
height: 13px;
|
||||
width: 13px;
|
||||
}
|
||||
}
|
||||
|
||||
.icon {
|
||||
position: relative;
|
||||
|
|
Loading…
Reference in a new issue