Commit d33afc66 authored by Chris Graham's avatar Chris Graham
Browse files

Fixed MANTIS-4567 (Current-page highlighting on popup menu-type marks all subitems bold)

parent 19c94807
Loading
Loading
Loading
Loading
+4 −1
Original line number Diff line number Diff line
@@ -37,7 +37,6 @@

.menu_type__popup li.current {
	background-color: {$GET,area_highlight_left_complement_background} !important;
	font-weight: bold;
}

.menu_type__popup li:hover {
@@ -57,6 +56,10 @@
	color: {$GET,a.hover} !important;
}

.menu_type__popup li.current>a {
	font-weight: bold;
}

.menu_type__popup .has_img>img {
	width: 20px;
}