mirror of
https://github.com/penpot/penpot.git
synced 2025-06-21 01:17:01 +02:00
Add new changes from token-studio-develop merge
This commit is contained in:
parent
88d3fc234d
commit
ea593221b3
5 changed files with 26 additions and 13 deletions
|
@ -24,8 +24,19 @@
|
|||
background-color: var(--menu-background-color);
|
||||
max-height: 100vh;
|
||||
overflow-y: auto;
|
||||
|
||||
// TODO: Fixes missing styles from parent context menu
|
||||
li {
|
||||
@include bodySmallTypography;
|
||||
color: var(--menu-foreground-color);
|
||||
}
|
||||
}
|
||||
|
||||
.token-context-submenu {
|
||||
position: absolute;
|
||||
// TODO: Allow selected items wihtout an icon for the context menu
|
||||
.empty-icon {
|
||||
width: 0;
|
||||
height: 0;
|
||||
}
|
||||
.hidden-icon {
|
||||
width: 11px;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue