Skip to content

Commit

Permalink
0.3.9.1
Browse files Browse the repository at this point in the history
  • Loading branch information
苏济雄 committed Apr 7, 2021
1 parent d0c587e commit 9f4bf03
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions theme.css
Original file line number Diff line number Diff line change
Expand Up @@ -510,7 +510,7 @@ span[data-type='a']:hover .vditor-ir__link {
text-align: center;
padding-left: 5px !important;
padding-right: 5px !important;
opacity: 0;
opacity: 0 ;
color: #b8bec2 !important;
cursor: pointer;
font-weight: 600;
Expand Down Expand Up @@ -611,6 +611,7 @@ div [data-close="false"]{
color: #b8bec2 !important;
cursor: pointer;
font-weight: 600;
font-size: 15px;
z-index: 1;
}

Expand Down Expand Up @@ -717,7 +718,7 @@ div [data-close="false"]{
position: relative;
text-align: center;
vertical-align: middle;
top: 0em;
top: -0.1em;
right: -0.1em;
margin-right: 0.6em;
font-size: 1em;
Expand Down Expand Up @@ -766,10 +767,12 @@ div [data-close="false"]{
color: #f8f9fa;
background-color: #a0d1e7;
}
/* 完成的待办事项 */
.vditor-reset .vditor-task {
color: var(--b3-theme-on-background);
}

/* 完成的待办事项 */

.vditor-reset .vditor-task--done {
/* 完成的待办事项删除线 */
/* text-decoration: line-through; */
Expand Down Expand Up @@ -800,12 +803,11 @@ div [data-close="false"]{
/* 对完成的待办事项内容全部调整透明度 */
.vditor-task--done {
opacity: 0.5;
transition: all 0.5s ease-in-out;
transition: opacity 0.5s ease-in-out;
}

.vditor-task--done:hover {
opacity: 1;
transition: all 0.4s ease-in-out;
}

/* ---------------------------复选框 End ------------------------------------------ */
Expand Down

0 comments on commit 9f4bf03

Please sign in to comment.