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; |