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

Unified Diff: chrome/browser/resources/settings/search_engines_page/search_engines_list.html

Issue 2273083002: [MD settings] using h2 for sub-headers consistently. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix for url layout 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/search_engines_page/search_engines_list.html
diff --git a/chrome/browser/resources/settings/search_engines_page/search_engines_list.html b/chrome/browser/resources/settings/search_engines_page/search_engines_list.html
index e5c8bd00b2bf93bcca7c5113268b86fae513438b..6677ad8c1655489550e0860db2955b32aca2d632 100644
--- a/chrome/browser/resources/settings/search_engines_page/search_engines_list.html
+++ b/chrome/browser/resources/settings/search_engines_page/search_engines_list.html
@@ -21,11 +21,15 @@
}
div#outer {
- margin: var(--search-engines-list-margin);
+ @apply(--settings-list-frame-padding);
}
- ::content [is='action-link'] {
- margin: var(--search-engines-list-item-vertical-space) 0;
+ settings-search-engine-entry {
+ border-top: var(--settings-separator-line);
+ }
+
+ settings-search-engine-entry[tabindex='0'] {
hcarmona 2016/08/25 21:37:43 This has the unintended side-effect that the top r
dschuyler 2016/08/25 22:25:05 Done.
+ border-top: none;
}
</style>
<div id="outer">

Powered by Google App Engine
This is Rietveld 408576698