| Index: ui/webui/resources/cr_elements/shared_vars_css.html
|
| diff --git a/ui/webui/resources/cr_elements/shared_vars_css.html b/ui/webui/resources/cr_elements/shared_vars_css.html
|
| index 2696e1cb9ecccbc589174e8348f35de876bc9f23..fe197c0500c6cc4e8158fe68a1c0d67b42ee8e19 100644
|
| --- a/ui/webui/resources/cr_elements/shared_vars_css.html
|
| +++ b/ui/webui/resources/cr_elements/shared_vars_css.html
|
| @@ -25,9 +25,9 @@
|
| }
|
|
|
| --cr-paper-icon-button-margin: {
|
| - /* Allow ripple to overlap the end. */
|
| + /* Shift button so ripple overlaps the end of the row. */
|
| -webkit-margin-end: calc(var(--cr-icon-ripple-padding) * -1);
|
| - -webkit-margin-start: 16px;
|
| + -webkit-margin-start: calc(var(--cr-icon-ripple-padding) * -1);
|
| }
|
|
|
| --cr-selectable-focus: {
|
|
|