mirror of
https://github.com/zadam/trilium.git
synced 2026-05-06 07:57:23 +02:00
fix(share): unchecked TODOs not visible in dark theme (closes #8944)
This commit is contained in:
7
.claude/settings.local.json
Normal file
7
.claude/settings.local.json
Normal file
@@ -0,0 +1,7 @@
|
||||
{
|
||||
"permissions": {
|
||||
"allow": [
|
||||
"Bash(gh issue *)"
|
||||
]
|
||||
}
|
||||
}
|
||||
@@ -121,3 +121,8 @@ iframe.pdf-view {
|
||||
.ck-content .ck-content-widget.footnote-section .ck-content-widget__type-around__button_after {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.ck-content .todo-list .todo-list__label > input:before {
|
||||
background-color: var(--background-primary);
|
||||
border-color: var(--text-primary) !important;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user