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

Unified Diff: chrome/browser/resources/settings/search_engines_page/search_engine_entry.css

Issue 2273083002: [MD settings] using h2 for sub-headers consistently. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: review changes 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_engine_entry.css
diff --git a/chrome/browser/resources/settings/search_engines_page/search_engine_entry.css b/chrome/browser/resources/settings/search_engines_page/search_engine_entry.css
index f3f159e7db76fed55183a3a8ed3a831adb252b66..06a8d0c523804ab04fcd53d483ab014863a0b1bb 100644
--- a/chrome/browser/resources/settings/search_engines_page/search_engine_entry.css
+++ b/chrome/browser/resources/settings/search_engines_page/search_engine_entry.css
@@ -16,12 +16,6 @@
margin: auto;
}
-#container {
- border-top: 1px solid lightgray;
- display: flex;
- padding: 2px 0;
-}
-
.dropdown-content {
background: white;
box-shadow: 0 2px 6px grey;
@@ -29,6 +23,4 @@
paper-icon-button {
-webkit-padding-end: 0;
- padding-bottom: var(--search-engines-list-item-vertical-space);
- padding-top: var(--search-engines-list-item-vertical-space);
}

Powered by Google App Engine
This is Rietveld 408576698