mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-28 16:24:04 +02:00
Remove opacity change on collapsed flyout hover on active items
This commit is contained in:
parent
cacfd9f1d9
commit
1e79ba5c1c
@ -146,11 +146,10 @@ 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 {
|
||||||
@ -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;
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user