Skip to content

Commit

Permalink
modify task-list
Browse files Browse the repository at this point in the history
  • Loading branch information
MarMomento committed Jan 31, 2021
1 parent dc3c04f commit f9cffa4
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 19 deletions.
4 changes: 2 additions & 2 deletions mo-dark.css
Original file line number Diff line number Diff line change
Expand Up @@ -232,8 +232,8 @@ hr {
top: -5px;
left: -4px;
border-radius: 50%;
width: 1.1rem;
height: 1.1rem;
width: 20px;
height: 20px;
border: 1px solid #abc0d0;
background: #222526;
-webkit-transition: background-color 200ms ease-in-out;
Expand Down
4 changes: 2 additions & 2 deletions mo.css
Original file line number Diff line number Diff line change
Expand Up @@ -239,8 +239,8 @@ table tbody + tbody,
top: -5px;
left: -4px;
border-radius: 50%;
width: 1.1rem;
height: 1.1rem;
width: 20px;
height: 20px;
border: 1px solid #737373;
background: #fff;
-webkit-transition: background-color 200ms ease-in-out;
Expand Down
25 changes: 12 additions & 13 deletions src/common/dark/_paragraph.scss
Original file line number Diff line number Diff line change
Expand Up @@ -194,8 +194,8 @@ hr {
top: -5px;
left: -4px;
border-radius: paragraph(task-bd-shape);
width: 1.1rem;
height: 1.1rem;
width: 20px;
height: 20px;
border: 1px solid paragraph(task-bd);
background: paragraph(task-bg);
transition: background-color 200ms ease-in-out;
Expand Down Expand Up @@ -260,8 +260,7 @@ hr {
}

.md-rawblock-container {
border-radius: global(bd-radius-6) 0 global(bd-radius-6)
global(bd-radius-6);
border-radius: global(bd-radius-6) 0 global(bd-radius-6) global(bd-radius-6);
}
}

Expand Down Expand Up @@ -333,28 +332,28 @@ hr {
* {
color: global(unfocus) !important;
}
img{
img {
opacity: 50%;
}
}
.task-list-item:not(.md-focus-container)>input {

.task-list-item:not(.md-focus-container) > input {
opacity: 50%;
}
.md-fences.md-focus .CodeMirror-code>*:not(.CodeMirror-activeline) *,

.md-fences.md-focus .CodeMirror-code > *:not(.CodeMirror-activeline) *,
.CodeMirror.cm-s-inner:not(.CodeMirror-focused) * {
color: global(unfocus) !important;
}

li[cid]:not(.md-focus-container) {
color: global(unfocus) !important;
}
#typora-source .CodeMirror-code>*:not(.CodeMirror-activeline) * {

#typora-source .CodeMirror-code > *:not(.CodeMirror-activeline) * {
color: global(unfocus) !important;
}

.md-focus,
.md-focus-container {
color: global(color);
Expand Down
4 changes: 2 additions & 2 deletions src/common/light/_paragraph.scss
Original file line number Diff line number Diff line change
Expand Up @@ -183,8 +183,8 @@ table,
top: -5px;
left: -4px;
border-radius: paragraph(task-bd-shape);
width: 1.1rem;
height: 1.1rem;
width: 20px;
height: 20px;
border: 1px solid paragraph(task-bd);
background: paragraph(task-bg);
transition: background-color 200ms ease-in-out;
Expand Down

0 comments on commit f9cffa4

Please sign in to comment.