Skip to content

Commit 5ceadb9

Browse files
R1shabh-GuptaR1shabh-Guptamirka
authored
EditPost: Use --wpds-cursor-control design token for interactive controls (#77360)
* EditPost: Use `--wpds-cursor-control` design token for meta boxes toggle * update CHANGELOG --------- Co-authored-by: R1shabh-Gupta <rishabhwp@git.wordpress.org> Co-authored-by: mirka <0mirka00@git.wordpress.org>
1 parent 60c2346 commit 5ceadb9

2 files changed

Lines changed: 5 additions & 1 deletion

File tree

packages/edit-post/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22

33
## Unreleased
44

5+
### Enhancements
6+
7+
- Use `--wpds-cursor-control` for interactive cursor styling. [#77360](https://github.com/WordPress/gutenberg/pull/77360)
8+
59
## 8.44.0 (2026-04-15)
610

711
## 8.43.0 (2026-04-01)

packages/edit-post/src/components/layout/style.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
}
4040

4141
> button[aria-expanded] {
42-
cursor: pointer;
42+
cursor: var(--wpds-cursor-control);
4343
width: 100%;
4444
display: flex;
4545
justify-content: space-between;

0 commit comments

Comments
 (0)