1
0
mirror of https://github.com/cotes2020/jekyll-theme-chirpy.git synced 2025-06-07 16:17:50 +00:00

Add checkbox style to remove bogus rendered bullet (#203)

This commit is contained in:
Alexandra Zaharia 2020-12-12 17:35:45 +01:00 committed by GitHub
parent 53a98feff3
commit 464fa001b2
2 changed files with 14 additions and 1 deletions

View File

@ -81,7 +81,7 @@ layout: page
<!-- Sub-categories -->
{% if sub_categories_size > 0 %}
<div id="{{ LIST_PREFIX }}{{ group_index }}" class="collapse show" aria-expanded="true">
<ul class="list-group">
<ul class="list-group pl-0">
{% for sub_category in sub_categories %}
<li class="list-group-item">
<i class="far fa-folder fa-fw"></i>

View File

@ -860,6 +860,19 @@ div.post-content .table-wrapper {
font-size: 1.08rem;
@include img(true);
}// p
ul {
padding-left: 2rem;
.task-list-item {
list-style-type: none;
}
input[type=checkbox] {
margin: 0 .5rem .25rem -1.3rem;
vertical-align: middle;
}
}
}
.tag:hover {