Skip to content

Conversation

@paulirish
Copy link
Member

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.

@google-cla google-cla bot added the cla: yes label Oct 21, 2021
@adamraine
Copy link
Contributor

Some issues with category fractions:

Screen Shot 2021-10-26 at 10 44 33 AM

@adamraine
Copy link
Contributor

adamraine commented Oct 26, 2021

Edit: Looks like this is an existing issue, I'll look into it.

We still want these metrics to be full width right?

Screen Shot 2021-10-26 at 12 19 54 PM

@paulirish paulirish marked this pull request as ready for review October 28, 2021 05:12
/* Context-specific colors */
--color-average-secondary: var(--color-orange-700);
--color-average: var(--color-orange);
--color-average-text: #C33300;
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

--color-orange-700 instead?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

jiwoong selected this instead.

@paulirish paulirish added the 9.0 label Nov 1, 2021
@paulirish
Copy link
Member Author

Average gauge text looks really red in dark mode:

Yup. Known issue.

@adamraine
Copy link
Contributor

adamraine commented Nov 1, 2021

Moa stuff I found

Some links are missing the correct color:

Screen Shot 2021-11-01 at 6 13 45 PM

Also warning text has color contrast issues

Screen Shot 2021-11-01 at 6 35 29 PM

color: var(--color-red-700);
}


Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nit

Suggested change



details .lh-clump-toggle::before {content: 'Show';}
details[open] .lh-clump-toggle::before {content: 'Hide';}
Copy link
Contributor

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

Copy link
Member Author

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

Copy link
Contributor

@adamraine adamraine left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Overall LGTM



.lh-meta__items {
--meta-icon-size: calc(var(--report-icon-size) * 0.667);
Copy link
Contributor

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.

}

.lh-warnings {
--item-margin: calc(var(--report-line-height) / 6);
Copy link
Contributor

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants