mirror of
https://github.com/penpot/penpot.git
synced 2025-08-04 03:18:21 +02:00
✨ Add some enhancements to context menus
This commit is contained in:
parent
b547f1cd7e
commit
81a604dca2
8 changed files with 13 additions and 4 deletions
|
@ -41,6 +41,10 @@
|
|||
padding: 0px;
|
||||
margin: 2px;
|
||||
}
|
||||
|
||||
&.min-width {
|
||||
min-width: 13rem;
|
||||
}
|
||||
}
|
||||
|
||||
.context-menu-action {
|
||||
|
@ -72,8 +76,9 @@
|
|||
}
|
||||
|
||||
&.submenu-back {
|
||||
color: $color-gray-30;
|
||||
color: $color-black;
|
||||
display: flex;
|
||||
font-weight: bold;
|
||||
align-items: center;
|
||||
|
||||
& svg {
|
||||
|
|
|
@ -167,6 +167,7 @@
|
|||
|
||||
.shortcut {
|
||||
color: $color-gray-20;
|
||||
font-size: $fs12;
|
||||
}
|
||||
|
||||
&:hover {
|
||||
|
|
|
@ -41,6 +41,7 @@
|
|||
|
||||
span:last-child {
|
||||
color: $color-gray-20;
|
||||
font-size: $fs12;
|
||||
}
|
||||
|
||||
&:hover {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue