mirror of
https://github.com/penpot/penpot.git
synced 2025-08-02 15:38:29 +02:00
🎉 Allow to edit measures of multiple and grouped objects
This commit is contained in:
parent
b640bc06ab
commit
ceaea9d679
13 changed files with 152 additions and 98 deletions
|
@ -238,13 +238,17 @@
|
|||
}
|
||||
|
||||
&.selected {
|
||||
|
||||
svg {
|
||||
fill: $color-primary;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
&.disabled {
|
||||
cursor: unset;
|
||||
svg {
|
||||
fill: $color-gray-40;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.save-btn {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue