mirror of
https://github.com/penpot/penpot.git
synced 2025-08-03 02:18:28 +02:00
🎉 Move files to other projects and teams
This commit is contained in:
parent
6a345c4b8a
commit
c6765a48c5
10 changed files with 290 additions and 70 deletions
|
@ -35,6 +35,12 @@
|
|||
overflow: auto;
|
||||
position: absolute;
|
||||
top: $size-3;
|
||||
|
||||
& .separator {
|
||||
border-top: 1px solid $color-gray-10;
|
||||
padding: 0px;
|
||||
margin: 2px;
|
||||
}
|
||||
}
|
||||
|
||||
.context-menu-action {
|
||||
|
@ -49,6 +55,34 @@
|
|||
color: $color-black;
|
||||
background-color: $color-primary-lighter;
|
||||
}
|
||||
|
||||
&.submenu {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: space-between;
|
||||
|
||||
& span {
|
||||
margin-left: 0.5rem;
|
||||
}
|
||||
|
||||
& svg {
|
||||
height: 10px;
|
||||
width: 10px;
|
||||
}
|
||||
}
|
||||
|
||||
&.submenu-back {
|
||||
color: $color-gray-30;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
|
||||
& svg {
|
||||
height: 10px;
|
||||
width: 10px;
|
||||
transform: rotate(180deg);
|
||||
margin-right: $small;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.context-menu.is-selectable {
|
||||
|
|
|
@ -195,13 +195,6 @@
|
|||
width: 15px;
|
||||
height: 30px;
|
||||
|
||||
svg {
|
||||
fill: $color-gray-20;
|
||||
height: 18px;
|
||||
margin-right: $x-small;
|
||||
width: 18px;
|
||||
}
|
||||
|
||||
span {
|
||||
color: $color-black;
|
||||
}
|
||||
|
@ -218,13 +211,15 @@
|
|||
align-items: flex-end;
|
||||
flex-direction: column;
|
||||
|
||||
svg {
|
||||
> svg {
|
||||
fill: $color-gray-60;
|
||||
margin-right: 0;
|
||||
height: 18px;
|
||||
width: 18px;
|
||||
}
|
||||
|
||||
&:hover {
|
||||
svg {
|
||||
> svg {
|
||||
fill: $color-primary-dark;
|
||||
}
|
||||
|
||||
|
@ -237,7 +232,7 @@
|
|||
}
|
||||
|
||||
.project-th-actions.force-display {
|
||||
display: flex;
|
||||
opacity: 1;
|
||||
}
|
||||
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue