Add some enhancements to context menus

This commit is contained in:
elhombretecla 2021-03-09 13:08:37 +01:00 committed by Andrés Moya
parent b547f1cd7e
commit 81a604dca2
8 changed files with 13 additions and 4 deletions

View file

@ -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 {

View file

@ -167,6 +167,7 @@
.shortcut {
color: $color-gray-20;
font-size: $fs12;
}
&:hover {

View file

@ -41,6 +41,7 @@
span:last-child {
color: $color-gray-20;
font-size: $fs12;
}
&:hover {