Chromium Code Reviews| 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..9003e8afa4280199785166f5b7f58282a2478405 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. */ |
| + /* Move button so ripple overlaps the end of the row. */ |
|
stevenjb
2017/05/18 18:57:44
nit: Shift?
dschuyler
2017/05/18 20:40:16
Done.
|
| -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: { |