1
0
mirror of https://github.com/cotes2020/jekyll-theme-chirpy.git synced 2025-12-18 05:41:31 +00:00

Always load browser default checkbox

This commit is contained in:
Cotes Chung
2020-12-14 15:01:05 +08:00
parent dc88321ed5
commit aba3d25d7a
3 changed files with 26 additions and 15 deletions

View File

@@ -866,7 +866,7 @@ div.post-content .table-wrapper {
padding-left: 2rem;
}
// attribute 'hide-bullet' added by JS
// attribute 'hide-bullet' was added by liquid
.task-list-item[hide-bullet] {
list-style-type: none;
@@ -898,10 +898,12 @@ div.post-content .table-wrapper {
}
}
}
} // .task-list-item
input[type=checkbox] {
display: none;
margin: 0 .5rem .2rem -1.3rem;
vertical-align: middle;
}
} // ul