mirror of
https://github.com/penpot/penpot.git
synced 2025-03-09 14:21:42 -05:00
Add styles for selrect.
This commit is contained in:
parent
d9c8e083a9
commit
ed99a28749
1 changed files with 15 additions and 6 deletions
|
@ -15,12 +15,21 @@
|
|||
cursor: cell;
|
||||
}
|
||||
|
||||
g.shape {
|
||||
&.selected {
|
||||
circle.top-left { cursor: nwse-resize; }
|
||||
circle.bottom-right { cursor: nwse-resize; }
|
||||
circle.top-right { cursor: nesw-resize; }
|
||||
circle.bottom-left { cursor: nesw-resize; }
|
||||
svg {
|
||||
g.shape {
|
||||
&.selected {
|
||||
circle.top-left { cursor: nwse-resize; }
|
||||
circle.bottom-right { cursor: nwse-resize; }
|
||||
circle.top-right { cursor: nesw-resize; }
|
||||
circle.bottom-left { cursor: nesw-resize; }
|
||||
}
|
||||
}
|
||||
|
||||
rect.selection-rect {
|
||||
fill: rgba(235, 215, 92, 0.1);
|
||||
stroke: #000000;
|
||||
stroke-width: 0.1px;
|
||||
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue