Skip to content

Commit ca36569

Browse files
committed
Always set font-weight:normal for menu items, in case the menu is a child in a ui-widget-header element
1 parent adf19a1 commit ca36569

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

themes/base/jquery.ui.menu.css

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,9 @@
2222
line-height:1.5;
2323
zoom:1;
2424
}
25+
.ui-menu .ui-menu-item a {
26+
font-weight: normal;
27+
}
2528
.ui-menu .ui-menu-item a.ui-state-hover,
2629
.ui-menu .ui-menu-item a.ui-state-active {
2730
font-weight: normal;

0 commit comments

Comments
 (0)