Skip to content

Commit a00e6bc

Browse files
[Bug fix] Handle pointer-events on ActionList visuals (#1978)
* pointer-events none on visuals * Create unlucky-oranges-worry.md * Stylelint auto-fixes Co-authored-by: Actions Auto Build <[email protected]>
1 parent 6a83a92 commit a00e6bc

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

.changeset/unlucky-oranges-worry.md

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"@primer/css": patch
3+
---
4+
5+
Handle pointer-events on ActionList visuals

src/actionlist/action-list-item.scss

+1
Original file line numberDiff line numberDiff line change
@@ -526,6 +526,7 @@
526526
display: flex;
527527
min-height: $actionList-item-height-sm;
528528
color: var(--color-fg-muted); // if visual is text
529+
pointer-events: none;
529530
fill: var(--color-fg-muted);
530531
align-items: center;
531532
}

0 commit comments

Comments
 (0)