David Strack

Results 3 issues of David Strack

There's a minor issue with the `show_more_item` slot in `NavList::Group`: the text color of the link cannot be set via system arguments as it [appears to be hardcoded to `:accent`](https://github.com/primer/view_components/blob/b3b94e989f51fcc776cf312208bd4dcadde31161/app/components/primer/alpha/nav_list/group.rb#L33).

rails
design
component: NavList

### Description This came up from an accessibility audit of one of our internal components which makes use of TreeView. (GitHub staff link for more context: https://github.com/github/collaboration-workflows-flex/issues/1190). It looks like...

bug
accessibility
react
component: TreeView
staff

This is something that came up during an internal accessibility review ([staff link](https://github.com/github/global-navigation/issues/27)). In PVC's `ActionMenu` component, there is a bug where the currently focused menu item changes when the...

bug
accessibility
rails