优化 任务列表显示样式

This commit is contained in:
j m 2024-12-12 07:17:17 +08:00
parent c5532666be
commit a3e4e826be
4 changed files with 7 additions and 2 deletions

View File

@ -30,3 +30,7 @@ p, input[type=text], blockquote, th, td, code, h1, h2, h3, h4, h5, h6, hr, li, t
.wechat .flip-wrapper.pointer {
cursor: @pointer;
}
label {
cursor: @default;
}

View File

@ -294,6 +294,7 @@ ul[data-type=taskList] {
& + span::before {
content: '✖';
cursor: inherit;
width: 0.8rem;
height: 0.8rem;
padding: 0.1rem;

View File

@ -1 +1 @@
body{cursor:var(--cursor-default)}.actions>div,.expand-done,.main-content figure>figcaption div,.navbar-above .navbar-nav .item,.navbar-searchicon,.navbar-slideicon,.photos .picture-details,.wechat .flip-wrapper.pointer,.widget .ad-tag .click-close,a,button{cursor:var(--cursor-pointer)}.aplayer .aplayer-bar-wrap,.aplayer .aplayer-icon,.aplayer .aplayer-music,.aplayer .aplayer-pic{cursor:var(--cursor-pointer)!important}.main-content :not(.jg-entry)>img:not([class]){cursor:var(--cursor-zoom-in)}blockquote,code,h1,h2,h3,h4,h5,h6,hr,input[type=text],li,p,td,textarea,th{cursor:var(--cursor-text)}.wechat .flip-wrapper{cursor:var(--cursor-default)}
body{cursor:var(--cursor-default)}.actions>div,.expand-done,.main-content figure>figcaption div,.navbar-above .navbar-nav .item,.navbar-searchicon,.navbar-slideicon,.photos .picture-details,.wechat .flip-wrapper.pointer,.widget .ad-tag .click-close,a,button{cursor:var(--cursor-pointer)}.aplayer .aplayer-bar-wrap,.aplayer .aplayer-icon,.aplayer .aplayer-music,.aplayer .aplayer-pic{cursor:var(--cursor-pointer)!important}.main-content :not(.jg-entry)>img:not([class]){cursor:var(--cursor-zoom-in)}blockquote,code,h1,h2,h3,h4,h5,h6,hr,input[type=text],li,p,td,textarea,th{cursor:var(--cursor-text)}.wechat .flip-wrapper,label{cursor:var(--cursor-default)}

File diff suppressed because one or more lines are too long