Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Restyle the launcher, enable keyboard navigation #6587

Merged
merged 3 commits into from Jun 15, 2019

Commits on Jun 15, 2019

  1. Wrap long kernel names to two lines.

    ellisonbg authored and jasongrout committed Jun 15, 2019
    Copy the full SHA
    eaf0848 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    774dc2b View commit details
    Browse the repository at this point in the history
  3. Don’t hardcode individual tab indices.

    from https://developer.mozilla.org/en-US/docs/Web/HTML/Global_attributes/tabindex :
    
    If multiple elements share the same positive tabindex value, their order relative to each other follows their position in the document source.
    jasongrout committed Jun 15, 2019
    Copy the full SHA
    8f92726 View commit details
    Browse the repository at this point in the history