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

Unified Diff: chrome/browser/resources/settings/settings_vars_css.html

Issue 2400113002: [MD settings] align paper-input by baseline (Closed)
Patch Set: Created 4 years, 2 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 | « chrome/browser/resources/settings/languages_page/edit_dictionary_page.html ('k') | 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_vars_css.html
diff --git a/chrome/browser/resources/settings/settings_vars_css.html b/chrome/browser/resources/settings/settings_vars_css.html
index 9ec492364f3bb2a26214b17565811b7c6d9db9d2..953181190b2a0b21cda5eb6423e2ad583fa2f2c4 100644
--- a/chrome/browser/resources/settings/settings_vars_css.html
+++ b/chrome/browser/resources/settings/settings_vars_css.html
@@ -54,9 +54,7 @@
width: 16px;
};
--settings-toggle-color: var(--google-blue-500);
- }
- :root {
hcarmona 2016/10/07 23:41:44 Nice
--checkbox-margin-start: 2px;
--checkbox-size: 16px;
--checkbox-spacing: 18px;
@@ -69,6 +67,12 @@
height: 36px;
width: 36px;
};
+ --paper-input-container-input: {
+ color: inherit;
+ font-size: inherit;
+ font-weight: inherit;
+ vertical-align: baseline;
+ };
--paper-input-max-width: 264px;
--paper-item: {
font-size: inherit;
« no previous file with comments | « chrome/browser/resources/settings/languages_page/edit_dictionary_page.html ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698