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

Unified Diff: third_party/polymer/v1_0/components-chromium/paper-spinner/paper-spinner-styles.html

Issue 1766433002: Roll Polymer to 1.3.1 (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase Created 4 years, 9 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-spinner/paper-spinner-styles.html
diff --git a/third_party/polymer/v1_0/components-chromium/paper-spinner/paper-spinner-styles.html b/third_party/polymer/v1_0/components-chromium/paper-spinner/paper-spinner-styles.html
index 1a639cc9b48a28d7fa7dd5e61ce604f379666f51..e0d2044d1ae35c5264a3491d6a794ad39e9e0c8c 100644
--- a/third_party/polymer/v1_0/components-chromium/paper-spinner/paper-spinner-styles.html
+++ b/third_party/polymer/v1_0/components-chromium/paper-spinner/paper-spinner-styles.html
@@ -18,7 +18,6 @@ subject to an additional IP rights grant found at http://polymer.github.io/PATEN
/*
* Constants:
- * STROKEWIDTH = 3px
* ARCSIZE = 270 degrees (amount of circle the arc takes up)
* ARCTIME = 1333ms (time it takes to expand and contract arc)
* ARCSTARTROT = 216 degrees (how much the start location of the arc
@@ -266,7 +265,7 @@ subject to an additional IP rights grant found at http://polymer.github.io/PATEN
.circle {
box-sizing: border-box;
height: 100%;
- border-width: 3px; /* STROKEWIDTH */
+ border-width: var(--paper-spinner-stroke-width, 3px); /* STROKEWIDTH */
border-style: solid;
border-color: inherit;
border-bottom-color: transparent !important;

Powered by Google App Engine
This is Rietveld 408576698