Semantic-Org / Semantic-UI

Semantic is a UI component framework based around useful principles from natural language.
http://www.semantic-ui.com
MIT License
51.1k stars 4.95k forks source link

No checkmark appears in the checkbox when using the "colored" theme. #6152

Open merravid opened 6 years ago

merravid commented 6 years ago

The label:after selector has no content applied. The following css is missing:

.ui.checkbox input:checked ~ .box:after, .ui.checkbox input:checked ~ label:after { content: '\f00c'; font-family: 'Icons'; }

These styles are applied locally on the page itself in the semantic website.

stale[bot] commented 6 years ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed in 30 days if no further activity occurs. Thank you for your contributions.