Skip to content

Commit

Permalink
fix: tooltips in "current" theme
Browse files Browse the repository at this point in the history
  • Loading branch information
juba committed Feb 8, 2024
1 parent b0e0ce5 commit 683204b
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/js/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,12 @@
background-color: transparent;
}

.pyobsplot-plot.current [aria-label=tip] {
fill: white;
color: black;
stroke: black;
}

/* VSCode workarounds */
.cell-output-ipywidget-background:has(.p-Widget):has(.pyobsplot-plot.dark) {
background-color: black !important;
Expand Down

0 comments on commit 683204b

Please sign in to comment.