Commands: Use --wpds-cursor-control design token#77358
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/commands styles to align with the WPDS cursor design token approach described in #76221, enabling a global switch for interactive control cursors.
Changes:
- Replaced
cursor: pointerwithcursor: var(--wpds-cursor-control)for command palette items.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

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