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

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

Issue 1713283002: MD Settings: Manage search engines, polish to match latest mocks. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@extract_listener_behavior
Patch Set: remove paper-button dependency Created 4 years, 10 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 0a643fef3ff5e58192fafe4a81bb4aceab2a239b..3d553eeb6fc640fbe8b3d583c00067e320336e62 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
@@ -2,37 +2,34 @@
* Use of this source code is governed by a BSD-style license that can be
* found in the LICENSE file. */
+:host([is-default]) {
+ font-weight: 500;
+}
+
.name-column,
.keyword-column {
flex: 3;
}
-.name-column {
- display: flex;
-}
-
.url-column {
- flex: 3.5;
+ flex: 4;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}
.icon-container {
- flex: 1;
- margin: auto;
- text-align: center;
+ -webkit-margin-end: 8px;
}
.name {
- flex: 3;
margin: auto;
}
#container {
border-top: 1px solid lightgray;
display: flex;
- padding: 10px 0;
+ padding: 2px 0;
}
.dropdown-content {
@@ -43,3 +40,7 @@
paper-item:hover {
background-color: #f0f0f0;
}
+
+paper-icon-button {
+ -webkit-padding-end: 0;
+}
« no previous file with comments | « chrome/app/settings_strings.grdp ('k') | chrome/browser/resources/settings/search_engines_page/search_engine_entry.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698