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

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

Issue 2668163002: MD Settings: Fix styles in several places. (Closed)
Patch Set: remove rule-line on spell check page Created 3 years, 11 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_shared_css.html
diff --git a/chrome/browser/resources/settings/settings_shared_css.html b/chrome/browser/resources/settings/settings_shared_css.html
index 32ed821c396e628d90e45517f9752ab0708e4dbd..0a7890ff2e7fa2434285286dffa450345a9c2de8 100644
--- a/chrome/browser/resources/settings/settings_shared_css.html
+++ b/chrome/browser/resources/settings/settings_shared_css.html
@@ -338,7 +338,7 @@
}
/* Helper for a list frame to automatically avoid the separator line. */
- .vertical-list > *:not(:first-of-type) {
+ .vertical-list > .list-item:not(:first-child) {
dschuyler 2017/02/01 23:06:23 I searched around to see if we use .list-item in a
scottchen 2017/02/02 01:17:14 I don't actually need to change this, just thought
border-top: var(--settings-separator-line);
}

Powered by Google App Engine
This is Rietveld 408576698