Index: third_party/polymer/v1_0/components/paper-spinner/paper-spinner.css |
diff --git a/third_party/polymer/v1_0/components/paper-spinner/paper-spinner.css b/third_party/polymer/v1_0/components/paper-spinner/paper-spinner.css |
index 30c4e7ec69518305cc5c2342639129dd77274539..d295c3f2486af100cb620cd2f564d19e399ee49b 100644 |
--- a/third_party/polymer/v1_0/components/paper-spinner/paper-spinner.css |
+++ b/third_party/polymer/v1_0/components/paper-spinner/paper-spinner.css |
@@ -26,7 +26,7 @@ subject to an additional IP rights grant found at http://polymer.github.io/PATEN |
* SHRINK_TIME = 400ms |
*/ |
- :host { |
+:host { |
display: inline-block; |
position: relative; |
width: 28px; /* CONTAINERWIDTH */ |
@@ -36,6 +36,11 @@ subject to an additional IP rights grant found at http://polymer.github.io/PATEN |
#spinnerContainer { |
width: 100%; |
height: 100%; |
+ |
+ /* The spinner does not have any contents that would have to be |
+ * flipped if the direction changes. Always use ltr so that the |
+ * style works out correctly in both cases. */ |
+ direction: ltr; |
} |
#spinnerContainer.active { |