Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1046)

Unified Diff: ui/webui/resources/css/menu.css

Issue 584553005: Context MenuItem Touch Feedback (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/webui/resources/css/menu.css
diff --git a/ui/webui/resources/css/menu.css b/ui/webui/resources/css/menu.css
index 625ca1513fdec64adaccd5a5fa50851c3535e382..cc36ee499bb9cdfb7a59776da26152a697164627 100644
--- a/ui/webui/resources/css/menu.css
+++ b/ui/webui/resources/css/menu.css
@@ -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);
}
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698