Skip to content

Commit

Permalink
add transition and hovering behavior
Browse files Browse the repository at this point in the history
  • Loading branch information
penqe committed May 17, 2024
1 parent 3db2021 commit 0988290
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion stanzas/treemap/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,8 @@ svg {

g {
rect.selectable:not(.breadcrumb) {
&.-selected {
transition: var(--togostanza-fadeout-transition);
&:hover, &.-selected {
opacity: 1;
}
}
Expand Down

0 comments on commit 0988290

Please sign in to comment.