Skip to content

Commit

Permalink
Add checkbox style to remove bogus rendered bullet (cotes2020#203)
Browse files Browse the repository at this point in the history
  • Loading branch information
alexandra-zaharia authored Dec 12, 2020
1 parent 944f001 commit ccd51f0
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
2 changes: 1 addition & 1 deletion _layouts/categories.html
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@
<!-- 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>
Expand Down
13 changes: 13 additions & 0 deletions assets/css/_addon/main.scss
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit ccd51f0

Please sign in to comment.