Skip to content

Commit 216c81d

Browse files
committed
jqueryui.com: Restore hiding of list-item bullets in demo navigation
Previously, the background rule implicitly overrode the background-image to achieve the same effect. Follows-up a4e2aaa and e535964.
1 parent 6e0a3fa commit 216c81d

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

themes/jqueryui.com/style.css

+4
Original file line numberDiff line numberDiff line change
@@ -109,6 +109,10 @@ a,
109109
background: #eee;
110110
}
111111

112+
#content .demo-list li::marker {
113+
content: "";
114+
}
115+
112116
#content .demo-list .active {
113117
background: #fff;
114118
}

0 commit comments

Comments
 (0)