14.3 #Text.list-items Good and bad items
Class to change the glyph of the items to ✓ or ✗.
Example
- hello
- hello
- hello
Markup
<ul>
<li>hello</li>
<li class="good">hello</li>
<li class="bad">hello</li>
</ul>
Source:
css/modules/text/lists.css
, line 1