Skip to content

Commit 4955699

Browse files
author
maggiewachs
committed
Set menu item link top padding to px (in place of em); this fixes the issue where the submenu jumped when mousing over the parent item's menu icon.
1 parent 5a5ce51 commit 4955699

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

themes/base/jquery.ui.menu.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
.ui-menu .ui-menu-item a {
2727
text-decoration:none;
2828
display:block;
29-
padding:.2em .4em;
29+
padding: 2px .4em;
3030
line-height:1.5;
3131
zoom:1;
3232
font-weight: normal;

0 commit comments

Comments
 (0)