Skip to content

Conversation

@SirLouen
Copy link
Member

What?

Continues #75036

Why?

@youknowriad commented that when adding Styles in profile, the background was popping for the new layout components

How?

Instead of removing the background, which may make sense in the future with a future admin redesign, simply fully expanding the margins to cover the whole scene and removing the rounded corners fixes the thing while maintaining all backgrounds.

Testing Instructions

  1. Go to Users > Profile
  2. Switch your Administration Color Scheme to "Blue" for example
  3. Go to Appearance > Fonts
  4. You will see those black margins right and bottom

Screenshots or screencast

Before After
image image

@SirLouen SirLouen requested a review from youknowriad January 29, 2026 13:43
@SirLouen SirLouen self-assigned this Jan 29, 2026
@SirLouen SirLouen added [Type] Bug An existing feature does not function as intended [Package] Boot /packages/boot labels Jan 29, 2026
@github-actions
Copy link

github-actions bot commented Jan 29, 2026

The following accounts have interacted with this PR and/or linked issues. I will continue to update these lists as activity occurs. You can also manually ask me to refresh this list by adding the props-bot label.

If you're merging code through a pull request on GitHub, copy and paste the following into the bottom of the merge commit message.

Co-authored-by: SirLouen <[email protected]>
Co-authored-by: youknowriad <[email protected]>

To understand the WordPress project's expectations around crediting contributors, please review the Contributor Attribution page in the Core Handbook.

@youknowriad
Copy link
Contributor

this only solves the issue partially for me. I think the "extensible site editor"'s sidebar color should also adapt to the profile. and I'm on the fence about removing the padding on the fonts screen, it's good that it's closer to site editor design, kind of bridges both.

@SirLouen
Copy link
Member Author

this only solves the issue partially for me. I think the "extensible site editor"'s sidebar color should also adapt to the profile. and I'm on the fence about removing the padding on the fonts screen, it's good that it's closer to site editor design, kind of bridges both.

You mean something like this?

image

@youknowriad
Copy link
Contributor

Yes :)

@SirLouen
Copy link
Member Author

Yes :)

I think we are going to need to work on a Core patch to expose these colors cleanly for Gutenberg. Let me check the thing, and I will ping you there to see if we can make it.

@SirLouen
Copy link
Member Author

Added upstream: #64571

color: var(--wpds-color-fg-content-neutral, #1e1e1e);
isolation: isolate;
background: var(--wpds-color-bg-surface-neutral-weak, #f0f0f0);
background: var(--wp-admin-color-menu-background, #1d2327);
Copy link
Member Author

Choose a reason for hiding this comment

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

I've also switched to #1d2327 as this is the default base color for the Default color scheme. But I can revert back to the #f0f0f0 fallback

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

Labels

[Package] Boot /packages/boot [Type] Bug An existing feature does not function as intended

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants