Skip to content

Commit

Permalink
Remove "-webkit-tap-highlight-color: #222" from html tag"
Browse files Browse the repository at this point in the history
  • Loading branch information
cheton committed Dec 27, 2017
1 parent b471ff0 commit 3e5d501
Show file tree
Hide file tree
Showing 7 changed files with 8 additions and 10 deletions.
3 changes: 1 addition & 2 deletions dist/css/trendmicro-ui.css
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*!
* trendmicro-ui v0.5.0
* trendmicro-ui v0.5.1
* https://github.com/trendmicro-frontend/trendmicro-ui
*
* Copyright (c) 2017 Trend Micro Inc.
Expand All @@ -19,7 +19,6 @@
}
html {
font-size: 13px;
-webkit-tap-highlight-color: #222;
}
body {
font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
Expand Down
4 changes: 2 additions & 2 deletions dist/css/trendmicro-ui.min.css

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions docs/bundle.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/bundle.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -184,5 +184,5 @@ <h1 class="site-title">Trend Micro UI</h1>
</div>
</header>
<div id="container"></div>
<script type="text/javascript" src="bundle.js?ea4f8e1567ef43e65c8a"></script></body>
<script type="text/javascript" src="bundle.js?6c3399d25aec86432f48"></script></body>
</html>
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "trendmicro-ui",
"version": "0.5.0",
"version": "0.5.1",
"description": "CSS styles for creating a user interface according to Trend Micro UI style guides.",
"files": [
"dist"
Expand Down
1 change: 0 additions & 1 deletion src/base.styl
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@

html {
font-size: 13px;
-webkit-tap-highlight-color: #222;
}

body {
Expand Down

0 comments on commit 3e5d501

Please sign in to comment.