Skip to content

Commit 10ea61b

Browse files
committed
Set font-weight normal for active menu items - Fix for #5491 Autocomplete: menu items have no default-state-class, need to override font-weight
1 parent f29befb commit 10ea61b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

themes/base/jquery.ui.autocomplete.css

+1
Original file line numberDiff line numberDiff line change
@@ -34,5 +34,6 @@
3434
}
3535
.ui-menu .ui-menu-item a.ui-state-hover,
3636
.ui-menu .ui-menu-item a.ui-state-active {
37+
font-weight: normal;
3738
margin: -1px;
3839
}

0 commit comments

Comments
 (0)