nested project menu background hover fix

This commit is contained in:
lvuch 2019-03-12 10:38:20 -07:00
parent 4dd3313dba
commit 10f96e19ff
1 changed files with 5 additions and 1 deletions

View File

@ -130,7 +130,7 @@ $nav-spacing: 4px;
right: -8px;
}
&:hover {
&:first-of-type:hover {
color: white;
text-decoration: none;
background-color: mix($user-btn, black, 80%);
@ -141,6 +141,10 @@ $nav-spacing: 4px;
}
}
.project-menu .global ul li a:hover {
background: transparent;
}
.ember-basic-dropdown-trigger {
max-width: 300px;