-
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: make denser. changes to typography, group descriptions, more #13249
Conversation
a1d3ca5
to
e33600e
Compare
report/assets/styles.css
Outdated
--color-teal-600: #00897B; | ||
--color-white: #FFFFFF; | ||
|
||
/* Context-specific colors */ | ||
--color-average-secondary: var(--color-orange-700); | ||
--color-average: var(--color-orange); | ||
--color-average-text: #C33300; |
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.
--color-orange-700
instead?
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.
jiwoong selected this instead.
Yup. Known issue. |
report/assets/styles.css
Outdated
@@ -1025,14 +975,15 @@ | |||
color: var(--color-red-700); | |||
} | |||
|
|||
|
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.
nit
|
||
|
||
details .lh-clump-toggle::before {content: 'Show';} | ||
details[open] .lh-clump-toggle::before {content: 'Hide';} |
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.
Some more strings that could be localized here
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.
pulled into separate PR #13308
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.
Overall LGTM
@@ -1820,20 +1786,23 @@ | |||
|
|||
|
|||
.lh-meta__items { | |||
--meta-icon-size: calc(var(--report-icon-size) * 0.667); |
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.
Does this need to be full width? I kinda liked it when it was narrower + centered.
@@ -1153,9 +1081,13 @@ | |||
|
|||
.lh-warnings { | |||
--item-margin: calc(var(--report-line-height) / 6); |
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.
This is also takes up the full width where it didn't before.
Quite a few changes in here. I've been iterating with jiwoong over the past week.
Currently draft, but will probably flip in a few.