checkmark design

This commit is contained in:
korelstar 2020-01-02 14:46:13 +01:00
parent 8f23ad287e
commit 4a4261bdb8
1 changed files with 7 additions and 5 deletions

View File

@ -171,10 +171,6 @@ export default {
color: var(--color-main-background);
}
.CodeMirror .cm-formatting-task.cm-property::before {
background-image: var(--icon-checkmark-000);
}
.CodeMirror .cm-formatting-task.cm-meta::before,
.CodeMirror .cm-formatting-task.cm-property::before {
content: '';
@ -182,13 +178,19 @@ export default {
height: 14px;
position: absolute;
background-color: var(--color-main-background);
border: 1px solid #000;
border: 1px solid #878787;
border-radius: 1px;
background-position: center;
margin-top: 3px;
margin-left: 2px;
}
.CodeMirror .cm-formatting-task.cm-property::before {
background-image: var(--icon-checkmark-fff);
background-color: var(--color-primary-element);
border-color: var(--color-primary-element);
}
.CodeMirror .cm-formatting-task.cm-property + span {
opacity: 0.5;
text-decoration: line-through;