We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
aria-selected
1 parent 8016e3c commit d8c218aCopy full SHA for d8c218a
.changeset/tricky-mangos-nail.md
@@ -0,0 +1,5 @@
1
+---
2
+"@primer/css": patch
3
4
+
5
+Add `aria-selected` to ActionList-item for Autocomplete
src/actionlist/action-list-item.scss
@@ -115,7 +115,8 @@
115
116
// active state [aria-current]
117
118
- &.ActionList-item--navActive {
+ &.ActionList-item--navActive,
119
+ &[aria-selected='true'] {
120
&:not(.ActionList-item--subItem) {
121
.ActionList-item-label {
122
font-weight: $font-weight-bold;
0 commit comments