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

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

Issue 2902363002: [MD settings] adjust button layout (Closed)
Patch Set: merge with master Created 3 years, 7 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_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 092881fb1ef9fb7961224d61e64169ea1ef181bf..0c318c9a835d47eb53ebcd82939758a7620207fb 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);
« no previous file with comments | « chrome/browser/resources/settings/settings_shared_css.html ('k') | ui/webui/resources/cr_elements/shared_vars_css.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698