Skip to content

Commit

Permalink
report: prevent shift when hovering third party row (#15628)
Browse files Browse the repository at this point in the history
  • Loading branch information
adamraine authored Nov 28, 2023
1 parent d6796d9 commit f74ec01
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
8 changes: 5 additions & 3 deletions report/assets/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -1474,6 +1474,8 @@
}

.lh-row--group td:first-child {
display: block;
min-width: max-content;
font-weight: normal;
}

Expand Down Expand Up @@ -1509,11 +1511,11 @@
}

.lh-row--group .lh-report-icon--external {
display: none;
visibility: hidden;
}

.lh-row--group:hover .lh-report-icon--external {
display: inline-block;
visibility: visible;
}

.lh-dark .lh-report-icon--external::before {
Expand Down Expand Up @@ -1907,7 +1909,7 @@ details[open] .lh-clump-toggletext--hide { display: block;}
width: 225px;
stroke-width: var(--stroke-width);
stroke-linecap: round;

/* for better rendering perf */
contain: strict;
height: 225px;
Expand Down
2 changes: 1 addition & 1 deletion report/renderer/components.js

Large diffs are not rendered by default.

0 comments on commit f74ec01

Please sign in to comment.