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 2f0045d88eab8e92cae98af699d35bdc6ef8d518..7d46270965d54905461fedad15b02806d4923fd7 100644 |
--- a/third_party/WebKit/Source/devtools/front_end/ui/suggestBox.css |
+++ b/third_party/WebKit/Source/devtools/front_end/ui/suggestBox.css |
@@ -85,11 +85,18 @@ |
background-color: #f9f9f9; |
} |
-.suggestion-text { |
+.suggestion-title { |
overflow: hidden; |
text-overflow: ellipsis; |
} |
+.suggestion-subtitle { |
+ flex: auto; |
+ text-align: right; |
+ color: #999; |
+ margin-right: 3px; |
+} |
+ |
.suggestion-icon { |
user-select: none; |
align-self: center; |
@@ -107,6 +114,9 @@ |
.suggest-box .suggest-box-content-item.selected { |
background-color: rgb(56, 121, 217); |
+} |
+ |
+.suggest-box .suggest-box-content-item.selected > span { |
color: #FFF; |
} |