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

fix(a11y): contrast for active menubar buttons #5098

Merged
merged 4 commits into from
Dec 28, 2023

Commits on Dec 28, 2023

  1. fix(a11y): contrast for active menubar buttons

    Dropdown menus (headings and callouts) are still low contrast.
    
    Signed-off-by: Max <[email protected]>
    max-nextcloud committed Dec 28, 2023
    Configuration menu
    Copy the full SHA
    275d1fc View commit details
    Browse the repository at this point in the history
  2. fix(style): according to feedback in PR

    * Use default (white) text in active buttons in light mode.
    * Add a 2px margin between menubar buttons to have a bit of spacing
      when two buttons are active next to each other.
    
    Signed-off-by: Max <[email protected]>
    max-nextcloud committed Dec 28, 2023
    Configuration menu
    Copy the full SHA
    5315933 View commit details
    Browse the repository at this point in the history
  3. fix(style): no padding between menu buttons on mobile

    Also fix the computation of the number of slots available
    
    Signed-off-by: Max <[email protected]>
    max-nextcloud committed Dec 28, 2023
    Configuration menu
    Copy the full SHA
    4fcf60b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    66d4d8e View commit details
    Browse the repository at this point in the history