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; |
+} |