1
1
mirror of https://github.com/primer/css.git synced 2024-11-29 14:14:26 +03:00
css/.changeset/six-avocados-promise.md
Vinicius Depizzol 815daff9f0
[ActionList] Add hover to aria-current elements and other micro interactions (#1870)
* Add hover to aria-current element

Also included a quick transition for subGroup elements

* Add touch-action, remove tap highlight, and more

Also:
- Avoided sticky hover on touch devices with hover:hover media query
- removed pointer: fine specificity to hover media queries
- simplified reduce-motion media query

* Keep parent above subGroup during transition

* Keep out-of-bound indicator line visible

* Please stylelint

* Create six-avocados-promise.md

Co-authored-by: Jon Rohan <yes@jonrohan.codes>
2022-01-12 15:12:10 -08:00

109 B

@primer/css
patch

[ActionList] Add hover to aria-current elements and other micro interactions