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