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

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

Issue 2893483002: [MD settings] layout vertical separators with paper-icon-button-light (Closed)
Patch Set: 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 2696e1cb9ecccbc589174e8348f35de876bc9f23..9ac8bb9d880fac57ca8dbfc577114f617d66da72 100644
--- a/ui/webui/resources/cr_elements/shared_vars_css.html
+++ b/ui/webui/resources/cr_elements/shared_vars_css.html
@@ -27,7 +27,7 @@
--cr-paper-icon-button-margin: {
stevenjb 2017/05/17 22:00:49 I also noticed that this is used by cr-expand-butt
dschuyler 2017/05/18 00:17:52 added screen shots to help verify.
/* Allow ripple to overlap the end. */
-webkit-margin-end: calc(var(--cr-icon-ripple-padding) * -1);
- -webkit-margin-start: 16px;
+ -webkit-margin-start: calc(var(--cr-icon-ripple-padding) * -1);
stevenjb 2017/05/17 16:39:37 So, just to be clear, we are changing this from a
dschuyler 2017/05/17 21:28:14 True.
stevenjb 2017/05/17 21:36:04 How about just: /* Allow the ripple to overlap th
dschuyler 2017/05/18 00:17:52 :), that kinda sounds like the ripple is overlappi
}
--cr-selectable-focus: {

Powered by Google App Engine
This is Rietveld 408576698