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

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

Issue 2749363002: DevTools: greyed-out console suggestion should not clash with console history (Closed)
Patch Set: Created 3 years, 9 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: 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 0a0ec31c3c2770fbef7ab7cd65299f2a23df85f2..70ab416b93a64cfaa0e2f97da2b14d58bb465dfe 100644
--- a/third_party/WebKit/Source/devtools/front_end/ui/suggestBox.css
+++ b/third_party/WebKit/Source/devtools/front_end/ui/suggestBox.css
@@ -94,7 +94,7 @@
}
.default-selection-is-dimmed .suggest-box-content-item.selected {
- background-color: whitesmoke;
+ background-color: #E0E0E0;
}
.default-selection-is-dimmed .suggest-box-content-item.selected > span {

Powered by Google App Engine
This is Rietveld 408576698