Skip to content

Commit a988543

Browse files
committed
fix(share): unchecked TODOs not visible in dark theme (closes #8944)
1 parent d625565 commit a988543

2 files changed

Lines changed: 12 additions & 0 deletions

File tree

.claude/settings.local.json

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
{
2+
"permissions": {
3+
"allow": [
4+
"Bash(gh issue *)"
5+
]
6+
}
7+
}

packages/share-theme/src/styles/base.css

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -121,3 +121,8 @@ iframe.pdf-view {
121121
.ck-content .ck-content-widget.footnote-section .ck-content-widget__type-around__button_after {
122122
display: none;
123123
}
124+
125+
.ck-content .todo-list .todo-list__label > input:before {
126+
background-color: var(--background-primary);
127+
border-color: var(--text-primary) !important;
128+
}

0 commit comments

Comments
 (0)