Removing aqua-colored tap highlight color for links on android

Bug: T189627
Change-Id: I303b007dd1885115bbc85ff4edad7a812a721a26
This commit is contained in:
Jan Drewniak 2018-04-20 10:51:22 +02:00
parent f5b9a5d64c
commit 65bd3bfbea
1 changed files with 1 additions and 0 deletions

View File

@ -20,6 +20,7 @@ body {
line-height: @bodyLineHeight;
color: @colorGray2;
background: #fff;
-webkit-tap-highlight-color: rgba( 0, 0, 0, 0.2 );
}
.content {