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

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

Issue 1221923003: Update bower.json for Polymer elements and add PRESUBMIT.py (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase Created 5 years, 5 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.css
diff --git a/third_party/polymer/v1_0/components-chromium/paper-spinner/paper-spinner.css b/third_party/polymer/v1_0/components-chromium/paper-spinner/paper-spinner.css
index 30c4e7ec69518305cc5c2342639129dd77274539..d295c3f2486af100cb620cd2f564d19e399ee49b 100644
--- a/third_party/polymer/v1_0/components-chromium/paper-spinner/paper-spinner.css
+++ b/third_party/polymer/v1_0/components-chromium/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 {

Powered by Google App Engine
This is Rietveld 408576698