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

Unified Diff: chrome/browser/resources/settings/settings_page/settings_subpage_search.html

Issue 2321733002: [MD settings] move the subpage search underline up (Closed)
Patch Set: Created 4 years, 3 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/settings/settings_page/settings_subpage_search.html
diff --git a/chrome/browser/resources/settings/settings_page/settings_subpage_search.html b/chrome/browser/resources/settings/settings_page/settings_subpage_search.html
index 906683a104fa6a49fdbfa1a9dd9c91752601daf1..fceecab568b8adf6811e81ce49ffc469c7f21cc5 100644
--- a/chrome/browser/resources/settings/settings_page/settings_subpage_search.html
+++ b/chrome/browser/resources/settings/settings_page/settings_subpage_search.html
@@ -9,6 +9,18 @@
<template>
<style>
:host {
+ --subpage-search-underline: {
stevenjb 2016/09/08 16:36:06 nit: Would it be more clear if we named these some
dschuyler 2016/09/08 16:57:44 I wondered about something similar. My reasoning i
+ margin-bottom: -2px;
+ margin-top: -2px;
+ }
+ }
+
+ :host {
+ --paper-input-container-underline: var(--subpage-search-underline);
+ --paper-input-container-underline-focus:
+ var(--subpage-search-underline);
+ --paper-input-container-underline-disabled:
+ var(--subpage-search-underline);
--paper-input-suffix: {
/* Required to align the icon in |clearSearch| vertically. */
line-height: 0;
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698