[breadcrumb] Disable inactive <button> CSS hover effects
When the pointer is down, anywhere in the app, a hover over breadcrumb <button> shows its :hover effect, even though the user cannot interact with the <button>, since the user has mousedown-ed on some other files app element or <button>. We should not show a :hover effect in this case, since it suggests the <button> is interactive even though it is not. Use the global pointer- active detector added in CL:2111810 to block the :hover effects on any :not(:active) breadcrumb <button>. Bug: 1062902, 1035691 Change-Id: I96d399d22f92d93ae2249027ad4ce9b70e97f802 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2112173Reviewed-by:Luciano Pacheco <lucmult@chromium.org> Commit-Queue: Noel Gordon <noel@chromium.org> Cr-Commit-Position: refs/heads/master@{#752690}
Showing
Please register or sign in to comment