| Index: ui/webui/resources/cr_elements/shared_style_css.html
|
| diff --git a/ui/webui/resources/cr_elements/shared_style_css.html b/ui/webui/resources/cr_elements/shared_style_css.html
|
| index b5464b7dfbd504235071d70a7b05c8017fd89627..3c623b7215f34a1694e5335e33ad871f70db5bf5 100644
|
| --- a/ui/webui/resources/cr_elements/shared_style_css.html
|
| +++ b/ui/webui/resources/cr_elements/shared_style_css.html
|
| @@ -49,7 +49,8 @@
|
| }
|
|
|
| button[is='paper-icon-button-light'] {
|
| - @apply(--cr-paper-icon-button-margin);
|
| + -webkit-margin-end: var(--cr-icon-ripple-margin);
|
| + -webkit-margin-start: 16px;
|
| background-position: center;
|
| background-repeat: no-repeat;
|
| background-size: var(--cr-icon-size);
|
|
|