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

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

Issue 2256753003: MD Settings: Introduce CrScrollableBehavior (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@issue_638377_selectable_behavior
Patch Set: Rebase Created 4 years, 4 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: 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 5621d022acf04aa4c3406a3b29a3a65588187788..87b0d83c54e29617055862a35940add057f48677 100644
--- a/chrome/browser/resources/settings/settings_vars_css.html
+++ b/chrome/browser/resources/settings/settings_vars_css.html
@@ -35,6 +35,13 @@
};
--settings-error-color: var(--paper-red-700);
+ --settings-list-frame-padding: {
+ -webkit-padding-end: 20px;
+ -webkit-padding-start: 56px;
+ padding-bottom: 0;
+ padding-top: 0;
+ }
+
/* Some colors use non-MD colors. These custom colors are specified by
* UX design (bettes@). */
--settings-nav-grey: rgb(90, 90, 90);
« no previous file with comments | « chrome/browser/resources/settings/settings_shared_css.html ('k') | ui/webui/resources/cr_elements/compiled_resources2.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698