Skip to content

Commit 64a39d9

Browse files
committed
Menu: Add a transparent list-style-image to menu items. Fixed #8844 - Menu: IE 10 renders bullets in submenus
1 parent fadf2b3 commit 64a39d9

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

themes/base/jquery.ui.menu.css

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,8 @@
2323
margin: 0;
2424
padding: 0;
2525
width: 100%;
26+
/* support: IE10, see #8844 */
27+
list-style-image: url(data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7);
2628
}
2729
.ui-menu .ui-menu-divider {
2830
margin: 5px -2px 5px -2px;

0 commit comments

Comments
 (0)