fix(share): unchecked TODOs not visible in dark theme (closes #8944)

This commit is contained in:
Elian Doran
2026-04-20 08:56:44 +03:00
parent d625565830
commit a988543487
2 changed files with 12 additions and 0 deletions

View File

@@ -0,0 +1,7 @@
{
"permissions": {
"allow": [
"Bash(gh issue *)"
]
}
}

View File

@@ -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;
}