fix empty checkbox visibility, closes #775

This commit is contained in:
zadam 2019-12-21 12:37:24 +01:00
parent f98fa4098f
commit a9702aa6a2

View file

@ -935,4 +935,8 @@ a.external:not(.no-arrow):after, a[href^="http://"]:not(.no-arrow):after, a[href
font-weight: bold !important;
color: inherit !important;
vertical-align: baseline !important;
}
.ck-content .todo-list .todo-list__label > input:before {
border: 1px solid var(--muted-text-color) !important;
}