improve submenu and improve icon buttons hover effects

This commit is contained in:
Henry Jameson 2022-08-23 13:26:05 +03:00
commit 63f35509a7
4 changed files with 29 additions and 2 deletions

View file

@ -126,6 +126,13 @@
}
}
&.-has-submenu {
.chevron-icon {
margin-right: 0.25rem;
margin-left: 2rem;
}
}
&:active, &:hover {
background-color: $fallback--lightBg;
background-color: var(--selectedMenuPopover, $fallback--lightBg);