This repository has been archived by the owner on Sep 5, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 3.4k
mdCheckbox: focus should show ink circle #1336
Comments
Question submitted around whether focus styles should persist when clicking with the mouse or trackpad, since the browser is actually focusing the control. Keyboard styles are definitely still needed (but they are already a WIP). |
marcysutton
changed the title
mdCheckbox: focus should show persistent ripple
mdCheckbox: focus should show ink circle
Mar 31, 2015
marcysutton
pushed a commit
that referenced
this issue
Apr 11, 2015
Updates button, checkbox and radio to only show focus on keyboard interaction using the .md-focused class Closes #1336
ajoslin
added
the
in progress
Mainly for in progress PRs, but may be used for issues that require multiple PRs
label
Apr 11, 2015
marcysutton
pushed a commit
that referenced
this issue
Apr 11, 2015
Updates button, checkbox and radio to only show focus on keyboard interaction using the .md-focused class Closes #1336
marcysutton
removed
the
in progress
Mainly for in progress PRs, but may be used for issues that require multiple PRs
label
Apr 13, 2015
marcysutton
pushed a commit
that referenced
this issue
Apr 13, 2015
Updates button, checkbox and radio to only show focus on keyboard interaction using the .md-focused class Closes #1336
marcysutton
pushed a commit
that referenced
this issue
Apr 13, 2015
Updates button, checkbox and radio to only show focus on keyboard interaction using the .md-focused class Closes #1336
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
mdCheckbox has a temporary focus style where a dotted border is shown around the textContent. To follow the Material Design spec more closely, the checkbox should show an ink circle on focus that persists until the element is blurred:
This will make checkboxes labeled with only the
aria-label
and no textContent show focus. An example requiring this is the list item control by @rschmukler (#985, currently in progress):The text was updated successfully, but these errors were encountered: