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

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

Issue 1766173002: [MD settings] change layout of Custom Font settings (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: merge with master Created 4 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
« no previous file with comments | « chrome/browser/resources/settings/appearance_page/appearance_fonts_page.js ('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_shared_css.html
diff --git a/chrome/browser/resources/settings/settings_shared_css.html b/chrome/browser/resources/settings/settings_shared_css.html
index 77a6217f7a24af2201b1431fb045c0bec2c90413..09729aec041481b386ad21fd278770f1f28b20ab 100644
--- a/chrome/browser/resources/settings/settings_shared_css.html
+++ b/chrome/browser/resources/settings/settings_shared_css.html
@@ -134,6 +134,10 @@
padding: 0;
}
+ .list-item.underbar {
+ border-bottom: 1px solid var(--paper-grey-300);
+ }
+
.list-item iron-icon {
@apply(--layout-center);
height: 20px;
« no previous file with comments | « chrome/browser/resources/settings/appearance_page/appearance_fonts_page.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698