mirror of
https://github.com/penpot/penpot.git
synced 2025-08-03 08:28:39 +02:00
✨ Multiple cells selection and area
This commit is contained in:
parent
322767701c
commit
17f35cda15
12 changed files with 288 additions and 109 deletions
|
@ -1855,13 +1855,13 @@
|
|||
}
|
||||
}
|
||||
.position-wrapper {
|
||||
display: grid;
|
||||
grid-template-columns: 1fr 1fr 1fr;
|
||||
display: flex;
|
||||
width: 100%;
|
||||
max-width: 185px;
|
||||
height: 26px;
|
||||
border-radius: 4px;
|
||||
border: 1px solid $color-gray-60;
|
||||
|
||||
.position-btn {
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
|
@ -1871,6 +1871,8 @@
|
|||
cursor: pointer;
|
||||
color: $color-gray-20;
|
||||
border-right: 1px solid $color-gray-60;
|
||||
flex: 1;
|
||||
|
||||
&:last-child {
|
||||
border-right: none;
|
||||
}
|
||||
|
@ -1878,6 +1880,13 @@
|
|||
&:hover {
|
||||
color: $color-primary;
|
||||
}
|
||||
|
||||
&[disabled] {
|
||||
opacity: 0.5;
|
||||
&:hover {
|
||||
color: $color-gray-20;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue