src-d / blog

source{d} blog
https://blog.sourced.tech/
GNU General Public License v3.0
27 stars 41 forks source link

[Issue #181] Fix spurious bullets in ordered lists #261

Closed hanhmchau closed 5 years ago

hanhmchau commented 5 years ago

The small circles in ordered lists show up when the ordered list is nested inside an unordered list, matching the "article.post ul li:before" rule. I made a new rule stating that li nodes immediately inside ordered lists should not have that shadow anymore.