| 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"> </div>
|
| + <div class="floated-label-placeholder"> </div>
|
| </template>
|
|
|
| <div class$="[[_computeInputContentClass(noLabelFloat,alwaysFloatLabel,focused,invalid,_inputHasContent)]]">
|
|
|