Upstream version 10.39.225.0
[platform/framework/web/crosswalk.git] / src / ui / webui / resources / css / menu.css
index 625ca15..cc36ee4 100644 (file)
@@ -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);
 }