mirror of
https://github.com/penpot/penpot.git
synced 2025-06-04 10:41:44 +02:00
💅 drag/drop of element libraries in to canvas
This commit is contained in:
parent
c4c9fcf9e9
commit
8b2612559d
5 changed files with 74 additions and 30 deletions
|
@ -100,6 +100,15 @@
|
|||
color: $color-white;
|
||||
padding: $size-2 0;
|
||||
}
|
||||
|
||||
&.is-dragging {
|
||||
border-radius: 0;
|
||||
border: none;
|
||||
|
||||
& .library-tab-element-name {
|
||||
display: none;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.library-tab-element-name {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue