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

Darker style focus/hover on active buttons #16154

Merged
merged 1 commit into from
Mar 28, 2015
Merged

Darker style focus/hover on active buttons #16154

merged 1 commit into from
Mar 28, 2015

Commits on Mar 25, 2015

  1. Darker style focus/hover on active buttons

    Currently, hovering with mouse or setting focus on a button which is
    active has same styling as on a non-active button. This results in
    problems for keyboard users, who set focus on a toggle and activate it,
    but cannot visually see that their action had any effect. Ditto for
    mouse users hovering over a toggle and clicking it. This adds an
    explicit additional style for focus/hover on active buttons.
    Note that this does not address issues of browser focus remaining on a
    button after a mouse click (e.g. #13971), as this will likely require
    extra JavaScript to fix.
    patrickhlauke committed Mar 25, 2015
    Configuration menu
    Copy the full SHA
    068675c View commit details
    Browse the repository at this point in the history