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

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: Switch to using active state 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..0e31b0663d15646e7266cf93d727db3385701888 100644
--- a/ui/webui/resources/css/menu.css
+++ b/ui/webui/resources/css/menu.css
@@ -67,6 +67,10 @@ menu > :not(hr)[selected]:active {
background-color: rgba(0, 0, 0, .06);
}
+menu > :not(hr):active {
flackr 2014/09/19 14:54:35 Seems if the above rule matches this will match. D
jonross 2014/09/19 16:59:44 Nope.
+ background-color: rgba(0, 0, 0, .06);
+}
+
menu > [checked]::before {
content: url('../images/checkbox_black.png');
display: inline-block;
« 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