Reduce opacity of icon images in the menu when they are hovered
This commit is contained in:
parent
147587da90
commit
e9494e1e96
|
@ -175,6 +175,10 @@
|
|||
> a > .badge {
|
||||
display: none;
|
||||
}
|
||||
|
||||
img.icon {
|
||||
opacity: .6;
|
||||
}
|
||||
}
|
||||
|
||||
#menu .nav-level-1 > .nav-item:not(.active):hover {
|
||||
|
|
Loading…
Reference in New Issue