Skip to content

Commit 683204b

Browse files
committed
fix: tooltips in "current" theme
1 parent b0e0ce5 commit 683204b

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

src/js/styles.css

+6
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,12 @@
4444
background-color: transparent;
4545
}
4646

47+
.pyobsplot-plot.current [aria-label=tip] {
48+
fill: white;
49+
color: black;
50+
stroke: black;
51+
}
52+
4753
/* VSCode workarounds */
4854
.cell-output-ipywidget-background:has(.p-Widget):has(.pyobsplot-plot.dark) {
4955
background-color: black !important;

0 commit comments

Comments
 (0)