doc: fix highlighting control elements for Webkit touch (#14703)

pull/14766/head
Vlad Gor 2019-03-19 10:53:39 +03:00 committed by hetech
parent 97bacf6015
commit f0ae2ae759
1 changed files with 1 additions and 0 deletions

View File

@ -5,6 +5,7 @@ html, body {
font-family: 'Helvetica Neue',Helvetica,'PingFang SC','Hiragino Sans GB','Microsoft YaHei',SimSun,sans-serif; font-family: 'Helvetica Neue',Helvetica,'PingFang SC','Hiragino Sans GB','Microsoft YaHei',SimSun,sans-serif;
font-weight: 400; font-weight: 400;
-webkit-font-smoothing: antialiased; -webkit-font-smoothing: antialiased;
-webkit-tap-highlight-color: transparent;
&.is-component { &.is-component {
overflow: hidden; overflow: hidden;