Skip to content

Commit 73b0fd7

Browse files
Notes: Use --wpds-cursor-control token on add-reaction button
The Lint Styles check enforces using the design system cursor token for interactive non-link controls (rule added in trunk). Replace 'cursor: pointer' on .editor-collab-sidebar-panel__add-reaction-button to satisfy the rule.
1 parent 729f47f commit 73b0fd7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • packages/editor/src/components/collab-sidebar

packages/editor/src/components/collab-sidebar/style.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -235,7 +235,7 @@
235235
border-radius: $radius-round;
236236
border: $border-width solid $gray-300;
237237
background-color: $white;
238-
cursor: pointer;
238+
cursor: var(--wpds-cursor-control);
239239

240240
&:hover {
241241
background-color: $gray-100;

0 commit comments

Comments
 (0)