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

Unified Diff: third_party/polymer/v1_0/components-chromium/paper-toggle-button/paper-toggle-button.html

Issue 1862213002: Roll third_party/polymer. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Remove obsolete appearance_browsertest.js, result of a previous bad merge. Created 4 years, 8 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-toggle-button/paper-toggle-button.html
diff --git a/third_party/polymer/v1_0/components-chromium/paper-toggle-button/paper-toggle-button.html b/third_party/polymer/v1_0/components-chromium/paper-toggle-button/paper-toggle-button.html
index cbdd752002e274f9239fea49b45b98ce1108281f..43b2dce0e754429467536ba434ed8332312db126 100644
--- a/third_party/polymer/v1_0/components-chromium/paper-toggle-button/paper-toggle-button.html
+++ b/third_party/polymer/v1_0/components-chromium/paper-toggle-button/paper-toggle-button.html
@@ -85,6 +85,7 @@ In order to apply the `Roboto` font to this element, make sure you've imported `
.toggle-button {
position: absolute;
top: -3px;
+ left: 0;
height: 20px;
width: 20px;
border-radius: 50%;
@@ -134,6 +135,8 @@ In order to apply the `Roboto` font to this element, make sure you've imported `
position: absolute;
top: -14px;
left: -14px;
+ right: auto;
+ bottom: auto;
width: 48px;
height: 48px;
opacity: 0.5;

Powered by Google App Engine
This is Rietveld 408576698