close
Skip to content

Boot: Use --wpds-cursor-control design token#77357

Merged
mirka merged 1 commit into
WordPress:trunkfrom
hbhalodia:fix/issue-76221-boot
Apr 15, 2026
Merged

Boot: Use --wpds-cursor-control design token#77357
mirka merged 1 commit into
WordPress:trunkfrom
hbhalodia:fix/issue-76221-boot

Conversation

@hbhalodia
Copy link
Copy Markdown
Contributor

@hbhalodia hbhalodia commented Apr 15, 2026

What?

Part of: #76221

Why?

  • Update the instances of cursor: pointer to use the desgin token for better maintainence.

How?

  • Removed cursor: pointer and used cursor: var(--wpds-cursor-control);

Testing Instructions

  • None as of I know 😅

Testing Instructions for Keyboard

  • None

Use of AI Tools

  • None

@hbhalodia hbhalodia self-assigned this Apr 15, 2026
@hbhalodia hbhalodia added [Type] Code Quality Issues or PRs that relate to code quality [Package] Boot /packages/boot labels Apr 15, 2026
@hbhalodia hbhalodia marked this pull request as ready for review April 15, 2026 05:43
@hbhalodia hbhalodia requested a review from Copilot April 15, 2026 05:43
@github-actions
Copy link
Copy Markdown

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: hbhalodia <hbhalodia@git.wordpress.org>

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

Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull request overview

Updates @wordpress/boot styling to follow the WPDS cursor token convention, enabling a design-system-controlled cursor for interactive non-link controls.

Changes:

  • Replace a hard-coded cursor: pointer with cursor: var(--wpds-cursor-control) for the sidebar backdrop.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Copy link
Copy Markdown
Member

@mirka mirka left a comment

Choose a reason for hiding this comment

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

FYI you can test boot stuff by going to Gutenberg ▸ Experiments and enabling the "Extensible site editor" option 😄

@mirka mirka merged commit 7991839 into WordPress:trunk Apr 15, 2026
57 checks passed
@github-actions github-actions Bot added this to the Gutenberg 23.1 milestone Apr 15, 2026
@hbhalodia
Copy link
Copy Markdown
Contributor Author

FYI you can test boot stuff by going to Gutenberg ▸ Experiments and enabling the "Extensible site editor" option 😄

Ah thanks, Had taken help of claude was so close, but was not able to tell me that Need to enable Extensible site editor option.

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

Labels

[Package] Boot /packages/boot [Type] Code Quality Issues or PRs that relate to code quality

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants