Skip to content

Normalize Hello Dolly across Jetpack admin pages + consistent WPDS token loading #49285

@CGastrell

Description

@CGastrell

Tracking issue for the multi-PR effort to give Hello Dolly a single, consistent treatment across Jetpack admin pages, built on WPDS design tokens.

Background

Hello Dolly renders <p id="dolly"> outside the React mount, at the top of #wpbody-content. Today it's styled by three overlapping, inconsistent rules: .wp-admin #dolly (admin-static.scss, #87a6bc), .jetpack-pagestyles #dolly (_main.scss, desaturated ≈#a1a1a1), and the central :global(.jetpack-admin-page #dolly) (components mixin). Color also drifts page-to-page because the WPDS token (--wpds-color-fg-content-neutral-weak = #707070) only resolves where tokens are loaded (e.g. Boost) and falls back to #87a6bc elsewhere (e.g. AI).

Part of the broader @wordpress/components → @wordpress/ui migration: the token-loading groundwork the migration depends on.

Phases

Risks / decisions

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions