-
Notifications
You must be signed in to change notification settings - Fork 2k
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
Sites Dashboard: Remove more unnecessary DataViews style overrides #96717
Conversation
Jetpack Cloud live (direct link)
Automattic for Agencies live (direct link)
|
This PR does not affect the size of JS and CSS bundles shipped to the user's browser. Generated by performance advisor bot at iscalypsofastyet.com. |
This PR modifies the release build for the following Calypso Apps: For info about this notification, see here: PCYsg-OT6-p2
To test WordPress.com changes, run |
thead .dataviews-view-table__row th { | ||
span, | ||
button { | ||
font-size: rem(11px); |
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 PR removes the use of rem for font sizes. I'm curious if the theming APIs mentioned in pbxlJb-6A9-p2#comment-4011 would address font sizing as well. IMO, it would be so great if we have it! @oandregal @ciampo
th { | ||
border-bottom: 1px solid var(--color-neutral-5); | ||
font-size: rem(13px); | ||
font-weight: 400; | ||
vertical-align: middle; |
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.
I'll address this vertical-align: middle
in a separate PR.
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.
Tried on several resolution, didn't notice any regression 👍
Related to https://github.com/Automattic/dotcom-forge/issues/9915
Proposed Changes
This PR removes more DataViews style overrides.
Why are these changes being made?
pbxlJb-6DF-p2
Testing Instructions
Pre-merge Checklist