Add new changes from token-studio-develop merge

This commit is contained in:
Akshay Gupta 2024-06-04 15:52:52 +05:30
parent 88d3fc234d
commit ea593221b3
No known key found for this signature in database
5 changed files with 26 additions and 13 deletions

View file

@ -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;
}