mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-27 07:44:04 +02:00
Fix highlight style for active menu items
This commit is contained in:
parent
3503fb77f1
commit
2a4fdd12d7
@ -79,7 +79,7 @@
|
|||||||
|
|
||||||
// Balance icon weight for non active menu items
|
// Balance icon weight for non active menu items
|
||||||
&:not(.active) > a > i {
|
&:not(.active) > a > i {
|
||||||
opacity: 0.8
|
opacity: .8;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -106,7 +106,7 @@
|
|||||||
|
|
||||||
> a {
|
> a {
|
||||||
&:focus, &:hover {
|
&:focus, &:hover {
|
||||||
font-weight: @font-weight-bold;
|
opacity: .6;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@ -232,7 +232,7 @@
|
|||||||
|
|
||||||
&:focus, &:hover {
|
&:focus, &:hover {
|
||||||
background-color: @menu-highlight-color;
|
background-color: @menu-highlight-color;
|
||||||
font-weight: @font-weight-bold;
|
opacity: .6;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user