Chromium Code Reviews| Index: chrome/browser/resources/settings/settings_vars_css.html |
| diff --git a/chrome/browser/resources/settings/settings_vars_css.html b/chrome/browser/resources/settings/settings_vars_css.html |
| index 9ec492364f3bb2a26214b17565811b7c6d9db9d2..953181190b2a0b21cda5eb6423e2ad583fa2f2c4 100644 |
| --- a/chrome/browser/resources/settings/settings_vars_css.html |
| +++ b/chrome/browser/resources/settings/settings_vars_css.html |
| @@ -54,9 +54,7 @@ |
| width: 16px; |
| }; |
| --settings-toggle-color: var(--google-blue-500); |
| - } |
| - :root { |
|
hcarmona
2016/10/07 23:41:44
Nice
|
| --checkbox-margin-start: 2px; |
| --checkbox-size: 16px; |
| --checkbox-spacing: 18px; |
| @@ -69,6 +67,12 @@ |
| height: 36px; |
| width: 36px; |
| }; |
| + --paper-input-container-input: { |
| + color: inherit; |
| + font-size: inherit; |
| + font-weight: inherit; |
| + vertical-align: baseline; |
| + }; |
| --paper-input-max-width: 264px; |
| --paper-item: { |
| font-size: inherit; |