Reduce opacity of icon images in the menu when they are hovered

This commit is contained in:
Florian Strohmaier 2017-11-17 16:03:51 +01:00 committed by Eric Lippmann
parent 147587da90
commit e9494e1e96
1 changed files with 4 additions and 0 deletions

View File

@ -175,6 +175,10 @@
> a > .badge {
display: none;
}
img.icon {
opacity: .6;
}
}
#menu .nav-level-1 > .nav-item:not(.active):hover {