mirror of
https://github.com/suk-ws/ph-Bookshelf.git
synced 2025-01-31 21:13:00 +08:00
18 lines
1.0 KiB
CSS
18 lines
1.0 KiB
CSS
/******************************************************************************
|
||
##############################################################################
|
||
##### #####
|
||
##### 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;
|
||
}
|