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

Unified Diff: ui/webui/resources/cr_elements/cr_toolbar/cr_toolbar_search_field.html

Issue 2754753002: MD Settings: Fix network list styling (Closed)
Patch Set: Rebase Created 3 years, 9 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/cr_toolbar/cr_toolbar_search_field.html
diff --git a/ui/webui/resources/cr_elements/cr_toolbar/cr_toolbar_search_field.html b/ui/webui/resources/cr_elements/cr_toolbar/cr_toolbar_search_field.html
index 4b654d763aab5489832d1e6eb9b0f07e91fe93f9..b7b1fb27e91d05eb2a466a9dacff220ef8671bd0 100644
--- a/ui/webui/resources/cr_elements/cr_toolbar/cr_toolbar_search_field.html
+++ b/ui/webui/resources/cr_elements/cr_toolbar/cr_toolbar_search_field.html
@@ -126,7 +126,7 @@
:host([narrow][showing-search]) #icon,
:host([narrow][showing-search]) paper-spinner-lite {
- -webkit-margin-start: 18px;
+ -webkit-margin-start: var(--cr-control-spacing);
}
</style>
<template is="dom-if" if="[[isSpinnerShown_]]">
« no previous file with comments | « chrome/browser/resources/settings/settings_vars_css.html ('k') | ui/webui/resources/cr_elements/network/cr_network_icon.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698