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

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

Issue 2096903002: Revert of [Polymer] update polymer (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
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/v1_0/components-chromium/paper-icon-button/paper-icon-button-light.html
diff --git a/third_party/polymer/v1_0/components-chromium/paper-icon-button/paper-icon-button-light.html b/third_party/polymer/v1_0/components-chromium/paper-icon-button/paper-icon-button-light.html
index 2eaa665de722f07325ee4ea40f3d5dcb4ed04995..9d938e147a2602b51fa13b246883efe3dd81a71d 100644
--- a/third_party/polymer/v1_0/components-chromium/paper-icon-button/paper-icon-button-light.html
+++ b/third_party/polymer/v1_0/components-chromium/paper-icon-button/paper-icon-button-light.html
@@ -30,10 +30,7 @@
position: relative;
cursor: pointer;
-
- /* 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;
}
:host([disabled]) {

Powered by Google App Engine
This is Rietveld 408576698