Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(93)

Unified Diff: third_party/polymer/components/paper-icon-button/paper-icon-button.html

Issue 2113853002: Run bower update (Closed) Base URL: https://github.com/catapult-project/catapult@polymer10-migration
Patch Set: Created 4 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: third_party/polymer/components/paper-icon-button/paper-icon-button.html
diff --git a/third_party/polymer/components/paper-icon-button/paper-icon-button.html b/third_party/polymer/components/paper-icon-button/paper-icon-button.html
index 074fe5bb58631a05dce372a7eef319626c071b43..b69330fbb0700d28447469f8511c9a2a21da3d33 100644
--- a/third_party/polymer/components/paper-icon-button/paper-icon-button.html
+++ b/third_party/polymer/components/paper-icon-button/paper-icon-button.html
@@ -76,7 +76,6 @@ Custom property | Description | Default
position: relative;
padding: 8px;
outline: none;
- -webkit-tap-highlight-color: rgba(0,0,0,0);
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
@@ -88,6 +87,10 @@ Custom property | Description | Default
width: 40px;
height: 40px;
+ /* NOTE: Both values are needed, since some phones require the value to be `transparent`. */
+ -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
+ -webkit-tap-highlight-color: transparent;
+
/* Because of polymer/2558, this style has lower specificity than * */
box-sizing: border-box !important;

Powered by Google App Engine
This is Rietveld 408576698