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

Unified Diff: chrome/browser/resources/md_downloads/vulcanized.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: chrome/browser/resources/md_downloads/vulcanized.html
diff --git a/chrome/browser/resources/md_downloads/vulcanized.html b/chrome/browser/resources/md_downloads/vulcanized.html
index 5135d05b975a573886c379ecce2f43fb9a29bec5..a63b238c0aa33aba59fa29d95b4deed0cf41d0b9 100644
--- a/chrome/browser/resources/md_downloads/vulcanized.html
+++ b/chrome/browser/resources/md_downloads/vulcanized.html
@@ -1,12 +1,4 @@
<!DOCTYPE html><html dir="$i18n{textdirection}" lang="$i18n{language}"><head><!--
-@license
-Copyright (c) 2014 The Polymer Project Authors. All rights reserved.
-This code may only be used under the BSD style license found at http://polymer.github.io/LICENSE.txt
-The complete set of authors may be found at http://polymer.github.io/AUTHORS.txt
-The complete set of contributors may be found at http://polymer.github.io/CONTRIBUTORS.txt
-Code distributed by Google as part of the polymer project is also
-subject to an additional IP rights grant found at http://polymer.github.io/PATENTS.txt
---><!--
@license
Copyright (c) 2016 The Polymer Project Authors. All rights reserved.
This code may only be used under the BSD style license found at http://polymer.github.io/LICENSE.txt
@@ -477,6 +469,8 @@
</dom-module>
<dom-module id="paper-ripple" assetpath="chrome://resources/polymer/v1_0/paper-ripple/">
+
+
<template>
<style>
@@ -726,10 +720,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]) {
@@ -2080,6 +2071,7 @@
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;
@@ -2090,10 +2082,6 @@
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;
@@ -2197,10 +2185,6 @@
@apply(--paper-input-container-disabled);
}
- :host([hidden]) {
- display: none !important;
- }
-
.floated-label-placeholder {
@apply(--paper-font-caption);
}
@@ -2390,7 +2374,7 @@
</style>
<template is="dom-if" if="[[!noLabelFloat]]">
- <div class="floated-label-placeholder" aria-hidden="true">&nbsp;</div>
+ <div class="floated-label-placeholder">&nbsp;</div>
</template>
<div class$="[[_computeInputContentClass(noLabelFloat,alwaysFloatLabel,focused,invalid,_inputHasContent)]]">

Powered by Google App Engine
This is Rietveld 408576698