在移动版本中单击该元素时,该元素将变为灰色

时间:2016-01-26 09:05:21

标签: android html ios css

如果您在移动版本上查看此网站: http://midanew.wpengine.com/

通过点击徽标,您可以看到一个灰色的颜色。

enter image description here

它发生在Android和iOS版本上。 在搜索解决方案后,我发现此代码应该处理该问题:

-webkit-tap-highlight-color: rgba(0,0,0,0);
-webkit-tap-highlight-color: transparent; 

但它似乎没有帮助。

1 个答案:

答案 0 :(得分:0)

我注意到在wp-content/themes/mida/style.css文件中这个css会导致灰色背景行为。尝试删除它。这应该可以解决问题。

.menu-bottom-layout:hover .main-navigation a:hover{
    background-color: #CCCCCC;
}