Boot: Use --wpds-cursor-control design token#77357
Conversation
|
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 If you're merging code through a pull request on GitHub, copy and paste the following into the bottom of the merge commit message. To understand the WordPress project's expectations around crediting contributors, please review the Contributor Attribution page in the Core Handbook. |
There was a problem hiding this comment.
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: pointerwithcursor: var(--wpds-cursor-control)for the sidebar backdrop.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
mirka
left a comment
There was a problem hiding this comment.
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 |

What?
Part of: #76221
Why?
cursor: pointerto use the desgin token for better maintainence.How?
cursor: pointerand usedcursor: var(--wpds-cursor-control);Testing Instructions
Testing Instructions for Keyboard
Use of AI Tools