-
Notifications
You must be signed in to change notification settings - Fork 9.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
report: draw metric lines over the screenshots. #2848
Conversation
.lh-timeline { | ||
padding: 0; | ||
padding-bottom: 0; | ||
min-width: calc(var(--lh-filmstrip-thumbnail-width) * 10 + var(--default-padding) * 2); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
:/ not a major fan of this one without something to put there
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
going to leave alone the empty space on the right for now. After I add in the button to view trace i'll revisit this.
animation-fill-mode: forwards; | ||
} | ||
|
||
@keyframes fadeIn { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Personal perf is to put definitions like @keyframes
at the top of the file, but that's just me. Up to you.
This reverts commit dbaf4e1.
based on discussion that lighthouse team members didn't know these things shared the same timescale. :)
lines only draw on hover: