Skip to content

Commit

Permalink
[Bug fix] Handle pointer-events on ActionList visuals (#1978)
Browse files Browse the repository at this point in the history
* pointer-events none on visuals

* Create unlucky-oranges-worry.md

* Stylelint auto-fixes

Co-authored-by: Actions Auto Build <actions@github.com>
  • Loading branch information
langermank and actions-user committed Mar 4, 2022
1 parent 6a83a92 commit a00e6bc
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .changeset/unlucky-oranges-worry.md
@@ -0,0 +1,5 @@
---
"@primer/css": patch
---

Handle pointer-events on ActionList visuals
1 change: 1 addition & 0 deletions src/actionlist/action-list-item.scss
Expand Up @@ -526,6 +526,7 @@
display: flex;
min-height: $actionList-item-height-sm;
color: var(--color-fg-muted); // if visual is text
pointer-events: none;
fill: var(--color-fg-muted);
align-items: center;
}
Expand Down

0 comments on commit a00e6bc

Please sign in to comment.