mirror of
https://github.com/penpot/penpot.git
synced 2025-08-04 11:38:19 +02:00
✨ Adds shortcuts to header menu
This commit is contained in:
parent
e3f7e352d4
commit
283a13acc1
3 changed files with 29 additions and 13 deletions
|
@ -36,7 +36,7 @@
|
|||
height: 30px;
|
||||
width: 28px;
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
&:hover {
|
||||
|
||||
|
@ -118,6 +118,8 @@
|
|||
cursor: pointer;
|
||||
font-size: $fs12;
|
||||
padding: $small $x-small;
|
||||
display: flex;
|
||||
justify-content: space-between;
|
||||
|
||||
svg {
|
||||
fill: $color-gray-60;
|
||||
|
@ -130,6 +132,10 @@
|
|||
margin: 0 $x-small;
|
||||
}
|
||||
|
||||
.shortcut {
|
||||
color: $color-gray-20;
|
||||
}
|
||||
|
||||
&:hover {
|
||||
background-color: $color-primary-lighter;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue