Hides the focus ring on eject button activation.
We changed the focus ring on eject button activation to be hidden. This ensures consistency with other button behavior within the files app. We swapped the original eject button (<button>) for a cr-button, a polymer element. This simplifies the eject button implementation by removing a nested HTMLElement since the ripple effect is contained within the polymer element (<cr-button>). Bug: 1006198 Change-Id: I5fc60a28db9bbd8166420fe50ef89bd88facdc1d Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1830218Reviewed-by:Noel Gordon <noel@chromium.org> Commit-Queue: Noel Gordon <noel@chromium.org> Cr-Commit-Position: refs/heads/master@{#713651}
Showing
Please register or sign in to comment