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

Unified Diff: ui/webui/resources/cr_elements/shared_vars_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_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 fe197c0500c6cc4e8158fe68a1c0d67b42ee8e19..6c111f3dc6d3d65187089a241a76562aeb23483f 100644
--- a/ui/webui/resources/cr_elements/shared_vars_css.html
+++ b/ui/webui/resources/cr_elements/shared_vars_css.html
@@ -30,6 +30,8 @@
-webkit-margin-start: calc(var(--cr-icon-ripple-padding) * -1);
}
+ --cr-icon-ripple-margin: calc(var(--cr-icon-ripple-padding) * -1);
+
--cr-selectable-focus: {
background-color: var(--cr-focused-item-color);
outline: none;

Powered by Google App Engine
This is Rietveld 408576698