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

Unified Diff: chrome/browser/resources/md_downloads/vulcanized.html

Issue 1984963002: Roll Polymer elements (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 7 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
« no previous file with comments | « chrome/browser/resources/md_downloads/crisper.js ('k') | third_party/polymer/v1_0/bower.json » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 0c49427cb4b6dada6ee0956a9cd2ba627a278e13..6363f38bab79aaa90a516bb94afb2b104c970eaf 100644
--- a/chrome/browser/resources/md_downloads/vulcanized.html
+++ b/chrome/browser/resources/md_downloads/vulcanized.html
@@ -647,16 +647,17 @@ subject to an additional IP rights grant found at http://polymer.github.io/PATEN
</dom-module>
<dom-module id="paper-button" assetpath="chrome://resources/polymer/v1_0/paper-button/">
<template strip-whitespace="">
-
<style include="paper-material">
:host {
- display: inline-block;
+ @apply(--layout-inline);
+ @apply(--layout-center-center);
position: relative;
box-sizing: border-box;
min-width: 5.14em;
margin: 0 0.29em;
background: transparent;
- text-align: center;
+ -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
+ -webkit-tap-highlight-color: transparent;
font: inherit;
text-transform: uppercase;
outline-width: 0;
@@ -669,6 +670,7 @@ subject to an additional IP rights grant found at http://polymer.github.io/PATEN
z-index: 0;
padding: 0.7em 0.57em;
+ @apply(--paper-font-common-base);
@apply(--paper-button);
}
@@ -694,15 +696,12 @@ subject to an additional IP rights grant found at http://polymer.github.io/PATEN
paper-ripple {
color: var(--paper-button-ink-color);
}
-
- :host > ::content * {
- text-transform: inherit;
- }
</style>
+
<content></content>
</template>
-</dom-module>
+ </dom-module>
<style is="custom-style">
:root {
« no previous file with comments | « chrome/browser/resources/md_downloads/crisper.js ('k') | third_party/polymer/v1_0/bower.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698