1
0
mirror of https://github.com/suk-ws/ph-Bookshelf.git synced 2024-12-05 09:26:52 +08:00
ph-Bookshelf/assets/bread-card-markdown-task-list.css

18 lines
1.0 KiB
CSS
Raw Permalink Normal View History

/******************************************************************************
##############################################################################
##### #####
##### Markdown StyleSheet of ui design BreadCard #####
##### extended support #####
##### for task list - [x] y #####
##### #####
##### @author: Sukazyo Workshop #####
##### @version 1.0 #####
##### #####
##############################################################################
******************************************************************************/
:is(ul, ol):has( > li > input[type="checkbox"]:disabled ) {
list-style-type: none;
padding-inline-start: 0;
}