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

Unified Diff: third_party/WebKit/Source/devtools/front_end/ui/suggestBox.css

Issue 2535393004: DevTools: [SuggestBox] follow-up to migration icons to UI.Icon (Closed)
Patch Set: Created 4 years 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
« no previous file with comments | « third_party/WebKit/Source/devtools/front_end/ui/SuggestBox.js ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/Source/devtools/front_end/ui/suggestBox.css
diff --git a/third_party/WebKit/Source/devtools/front_end/ui/suggestBox.css b/third_party/WebKit/Source/devtools/front_end/ui/suggestBox.css
index 8b0bb5e85a6cca54e7da8a82a77f5d33b9995ab0..2f0045d88eab8e92cae98af699d35bdc6ef8d518 100644
--- a/third_party/WebKit/Source/devtools/front_end/ui/suggestBox.css
+++ b/third_party/WebKit/Source/devtools/front_end/ui/suggestBox.css
@@ -75,8 +75,6 @@
.suggest-box .suggest-box-content-item {
padding: 1px;
margin: 0;
- overflow: hidden;
- text-overflow: ellipsis;
border: 1px solid transparent;
padding-right: 0;
white-space: nowrap;
@@ -87,9 +85,15 @@
background-color: #f9f9f9;
}
+.suggestion-text {
+ overflow: hidden;
+ text-overflow: ellipsis;
+}
+
.suggestion-icon {
user-select: none;
align-self: center;
+ flex-shrink: 0;
}
.suggest-box .suggest-box-content-item .query {
« no previous file with comments | « third_party/WebKit/Source/devtools/front_end/ui/SuggestBox.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698