Skip to content

Commit

Permalink
enhance(ui): MetricsTreemap - underline entry label on mouse over
Browse files Browse the repository at this point in the history
  • Loading branch information
vio committed May 26, 2024
1 parent be86272 commit 3b83fd9
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -233,6 +233,10 @@
opacity: 0.4;
}

.tile:hover .tileContentLabel {
text-decoration: underline;
}

.tile-NO_CHANGE {
color: var(--color-text-light);
}
Expand Down

0 comments on commit 3b83fd9

Please sign in to comment.