Skip to content

Commit 452b638

Browse files
committed
api.jquery.com: Fixup a4e2aaa list-item bullets
Follows-up a4e2aaa which converted our custom list-item image to native CSS `::marker`. However, I didn't realize that `list-item: none` has no effect on ::marker. You have to set this to `content: ""` to clear.
1 parent fbb7107 commit 452b638

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

themes/jquery/css/base.css

+4
Original file line numberDiff line numberDiff line change
@@ -2543,6 +2543,10 @@ footer .books li a cite {
25432543
text-shadow: 0 1px 0 #fff;
25442544
}
25452545

2546+
#content .signatures li::marker {
2547+
content: "";
2548+
}
2549+
25462550
#content .signatures li {
25472551
list-style: none;
25482552
background: none;

0 commit comments

Comments
 (0)