Remove opacity change on collapsed flyout hover on active items

This commit is contained in:
Jennifer Mourek 2019-03-19 14:23:59 +01:00
parent cacfd9f1d9
commit 1e79ba5c1c
1 changed files with 4 additions and 6 deletions

View File

@ -146,12 +146,11 @@ ul:not(.nav-level-2) > .selected > a {
overflow: hidden; overflow: hidden;
position: relative; position: relative;
> a { &.active {
&:focus, &:hover { background-color: @menu-highlight-color;
opacity: .6; overflow: hidden;
} position: relative;
} }
}
&.active > a:focus { &.active > a:focus {
background-color: mix(#000, @menu-highlight-color, 20); background-color: mix(#000, @menu-highlight-color, 20);
@ -288,7 +287,6 @@ ul:not(.nav-level-2) > .selected > a {
&:focus, &:hover { &:focus, &:hover {
background-color: @menu-highlight-color; background-color: @menu-highlight-color;
opacity: .6;
} }
} }