mirror of
https://github.com/zadam/trilium.git
synced 2025-11-21 08:04:24 +01:00
feat(text): strike-through todo items (closes #4269)
This commit is contained in:
parent
c16eee79d4
commit
d51e3de674
@ -2434,6 +2434,15 @@ footer.webview-footer button {
|
|||||||
.admonition.caution::before { content: "\eac7"; }
|
.admonition.caution::before { content: "\eac7"; }
|
||||||
.admonition.warning::before { content: "\eac5"; }
|
.admonition.warning::before { content: "\eac5"; }
|
||||||
|
|
||||||
|
.ck-content ul.todo-list li span.todo-list__label__description {
|
||||||
|
transition: opacity 200ms ease;
|
||||||
|
}
|
||||||
|
|
||||||
|
.ck-content ul.todo-list li:has(input[type="checkbox"]:checked) span.todo-list__label__description {
|
||||||
|
text-decoration: line-through;
|
||||||
|
opacity: 0.6;
|
||||||
|
}
|
||||||
|
|
||||||
.chat-options-container {
|
.chat-options-container {
|
||||||
display: flex;
|
display: flex;
|
||||||
margin: 5px 0;
|
margin: 5px 0;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user