Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(351)

Unified Diff: ui/webui/resources/cr_elements/shared_vars_css.html

Issue 2848973003: MD Settings: convert paper-icon-button to paper-icon-button-light. (Closed)
Patch Set: feedback Created 3 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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 41a0089b7067b811a253d1c32645a366a0104159..7d9b134745dada355c7bb9f0f18c321cfbc8107f 100644
--- a/ui/webui/resources/cr_elements/shared_vars_css.html
+++ b/ui/webui/resources/cr_elements/shared_vars_css.html
@@ -29,7 +29,7 @@
--cr-paper-icon-button-margin: {
/* Shift button so ripple overlaps the end of the row. */
-webkit-margin-end: var(--cr-icon-ripple-margin);
- -webkit-margin-start: var(--cr-icon-ripple-margin);
+ -webkit-margin-start: 16px;
}
--cr-selectable-focus: {

Powered by Google App Engine
This is Rietveld 408576698