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:
parent
6a83a92b43
commit
a00e6bce01
5
.changeset/unlucky-oranges-worry.md
Normal file
5
.changeset/unlucky-oranges-worry.md
Normal file
@ -0,0 +1,5 @@
|
||||
---
|
||||
"@primer/css": patch
|
||||
---
|
||||
|
||||
Handle pointer-events on ActionList visuals
|
@ -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;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user