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

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

Issue 2902363002: [MD settings] adjust button layout (Closed)
Patch Set: moved styling 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 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);

Powered by Google App Engine
This is Rietveld 408576698