Skip to content

Commit f301181

Browse files
authored
Fix dropdown under a code cell in dark mode (#64)
1 parent 9a8272d commit f301181

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

sphinx_togglebutton/_static/togglebutton.css

+5
Original file line numberDiff line numberDiff line change
@@ -159,3 +159,8 @@ details.toggle-details[open] summary ~ * {
159159
display: none;
160160
}
161161
}
162+
163+
/* Dropdown under a code cell in dark mode */
164+
[data-theme="dark"] details.hide.below-input summary span {
165+
color: black !important;
166+
}

0 commit comments

Comments
 (0)