Skip to content

Commit

Permalink
Merge pull request #4483 from relative-ci/fix-metrics-treemap
Browse files Browse the repository at this point in the history
Fix metrics treemap
  • Loading branch information
vio committed May 26, 2024
2 parents e300792 + 3b83fd9 commit 8831862
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@

.tileGroupTitle {
width: 100%;
cursor: default;
}

.tileGroupTitleContent {
Expand Down Expand Up @@ -232,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 8831862

Please sign in to comment.