1
1
mirror of https://github.com/primer/css.git synced 2024-11-29 14:14:26 +03:00

[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 <actions@github.com>
This commit is contained in:
Katie Langerman 2022-03-03 21:19:58 -08:00 committed by GitHub
parent 6a83a92b43
commit a00e6bce01
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 6 additions and 0 deletions

View File

@ -0,0 +1,5 @@
---
"@primer/css": patch
---
Handle pointer-events on ActionList visuals

View File

@ -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;
}