mirror of
https://github.com/penpot/penpot.git
synced 2026-07-31 02:16:13 +00:00
🐛 Fix toggle collapse layer icon
This commit is contained in:
parent
b73b40b23c
commit
c6d1f80af2
@ -12,6 +12,13 @@
|
|||||||
padding: $size-1 $size-2;
|
padding: $size-1 $size-2;
|
||||||
transition: none;
|
transition: none;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
|
.toggle-content {
|
||||||
|
svg {
|
||||||
|
display: flex;
|
||||||
|
height: 13px;
|
||||||
|
width: 13px;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
.icon {
|
.icon {
|
||||||
position: relative;
|
position: relative;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user