Commit 84e61020 authored by jonross's avatar jonross Committed by Commit bot

Context MenuItem Touch Feedback

Modify Menu.jr to also respond to touch events. Provide visual touch feedback based on mouse hover.

TEST=Manual testing of Bookmark Manager
BUG=398404

Review URL: https://codereview.chromium.org/584553005

Cr-Commit-Position: refs/heads/master@{#295779}
parent d4473cd3
......@@ -59,11 +59,7 @@ menu > [hidden] {
display: none;
}
menu > :not(hr)[selected] {
background-color: rgba(0, 0, 0, .06);
}
menu > :not(hr)[selected]:active {
menu > :not(hr):-webkit-any([selected], :active) {
background-color: rgba(0, 0, 0, .06);
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment