| Index: chrome/browser/resources/settings/settings_shared_css.html
|
| diff --git a/chrome/browser/resources/settings/settings_shared_css.html b/chrome/browser/resources/settings/settings_shared_css.html
|
| index aa9e0ae1ace9b2055bc84886ae02c13b04277ef4..23f175b0981562ce8d84f33be2e330971d3fb099 100644
|
| --- a/chrome/browser/resources/settings/settings_shared_css.html
|
| +++ b/chrome/browser/resources/settings/settings_shared_css.html
|
| @@ -132,6 +132,11 @@
|
| -webkit-margin-start: var(--checkbox-margin-start);
|
| }
|
|
|
| + paper-input {
|
| + /* Fix issue with focus animation making labels wiggle. */
|
| + transform: translate3d(0, 0, 0);
|
| + }
|
| +
|
| controlled-radio-button,
|
| paper-radio-button {
|
| --paper-radio-button-checked-color: var(--google-blue-500);
|
|
|