mirror of
https://github.com/penpot/penpot.git
synced 2025-05-23 22:56:10 +02:00
✨ Adds multiselection attributes
This commit is contained in:
parent
d6573c2bcc
commit
b52289860f
23 changed files with 831 additions and 612 deletions
|
@ -571,14 +571,13 @@
|
|||
svg {
|
||||
cursor: pointer;
|
||||
height: 20px;
|
||||
stroke: $color-gray-40;
|
||||
stroke-width: 30px;
|
||||
fill: $color-gray-40;
|
||||
width: 20px;
|
||||
}
|
||||
|
||||
&:hover {
|
||||
svg {
|
||||
stroke: $color-gray-10;
|
||||
fill: $color-gray-10;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue