| 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 816bc72882c317e64a34378fcb05bd88d8b7041f..0a0ec31c3c2770fbef7ab7cd65299f2a23df85f2 100644
|
| --- a/third_party/WebKit/Source/devtools/front_end/ui/suggestBox.css
|
| +++ b/third_party/WebKit/Source/devtools/front_end/ui/suggestBox.css
|
| @@ -90,6 +90,22 @@
|
| }
|
|
|
| .suggest-box-content-item.selected > span {
|
| + color: #fff;
|
| +}
|
| +
|
| +.default-selection-is-dimmed .suggest-box-content-item.selected {
|
| + background-color: whitesmoke;
|
| +}
|
| +
|
| +.default-selection-is-dimmed .suggest-box-content-item.selected > span {
|
| + color: inherit;
|
| +}
|
| +
|
| +.user-has-interacted .suggest-box-content-item.selected {
|
| + background-color: rgb(56, 121, 217);
|
| +}
|
| +
|
| +.user-has-interacted .suggest-box-content-item.selected > span {
|
| color: #FFF;
|
| }
|
|
|
|
|