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

Keyboard tab navigation #921

Merged
merged 5 commits into from
May 10, 2022
Merged

Commits on Apr 8, 2022

  1. Keyboard tab navigation

    Added keyboard tab navigation.
    Selected item/element is highlighted with an orange outline/border.
    All elements should be accessible via keyboard (except for the svg-icon at the moment, still in progress)
    narickmann committed Apr 8, 2022
    Configuration menu
    Copy the full SHA
    0f876f0 View commit details
    Browse the repository at this point in the history

Commits on Apr 20, 2022

  1. Fixed keyboard navigation

    Changes:
    - Highlight-Color changed
    - every element should now be reachable and selectable/clickable via keyboard
    - added a few tabindex=-1 for elements, that should not be reachable via keyboard (and are also not clickable via mouse)
    narickmann committed Apr 20, 2022
    Configuration menu
    Copy the full SHA
    8ac648b View commit details
    Browse the repository at this point in the history

Commits on Apr 21, 2022

  1. Fixed keyboard navigation

    - removed box-shadow
    - adjusted colors for dark and light background
    - adjusted colors for buttons
    narickmann committed Apr 21, 2022
    Configuration menu
    Copy the full SHA
    c1bc059 View commit details
    Browse the repository at this point in the history

Commits on Apr 22, 2022

  1. Fixed keyboard navigation

    Logo is now accessible via keyboard.
    Small bug fixed (navigation bar could be controlled via keyboard during recording.)
    narickmann committed Apr 22, 2022
    Configuration menu
    Copy the full SHA
    6315a20 View commit details
    Browse the repository at this point in the history

Commits on May 9, 2022

  1. Added requested changes

    - removed background-color from global-style.js
    - added '&:not(:disabled):focus' to buttons and text in theme.js
    narickmann committed May 9, 2022
    Configuration menu
    Copy the full SHA
    69c8a4d View commit details
    Browse the repository at this point in the history