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; |