Skip to content

Commit

Permalink
show node on hover when -selected
Browse files Browse the repository at this point in the history
  • Loading branch information
neznayer committed Jun 3, 2024
1 parent de75e62 commit 871dbda
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions stanzas/scatter-plot/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,9 @@ svg {
:has(.-selected) {
.chart-node {
opacity: var(--togostanza-fadeout-opacity);
&:hover {
opacity: 1;
}
}
}
}

0 comments on commit 871dbda

Please sign in to comment.