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

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: comment change 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
« no previous file with comments | « ui/webui/resources/cr_elements/network/cr_network_list_item.html ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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..fe197c0500c6cc4e8158fe68a1c0d67b42ee8e19 100644
--- a/ui/webui/resources/cr_elements/shared_vars_css.html
+++ b/ui/webui/resources/cr_elements/shared_vars_css.html
@@ -25,9 +25,9 @@
}
--cr-paper-icon-button-margin: {
- /* Allow ripple to overlap the end. */
+ /* Shift button so ripple overlaps the end of the row. */
-webkit-margin-end: calc(var(--cr-icon-ripple-padding) * -1);
- -webkit-margin-start: 16px;
+ -webkit-margin-start: calc(var(--cr-icon-ripple-padding) * -1);
}
--cr-selectable-focus: {
« no previous file with comments | « ui/webui/resources/cr_elements/network/cr_network_list_item.html ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698