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

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

Issue 2815983002: DevTools: Dropdown lists shouldn't have grey background color (Closed)
Patch Set: Direct descendants Created 3 years, 8 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
« no previous file with comments | « no previous file | 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/toolbar.css
diff --git a/third_party/WebKit/Source/devtools/front_end/ui/toolbar.css b/third_party/WebKit/Source/devtools/front_end/ui/toolbar.css
index 4664e20394efea8e36261ac58fb543c861da7ec7..f45303bdf8894996c07cbc079bcddeb34f114a94 100644
--- a/third_party/WebKit/Source/devtools/front_end/ui/toolbar.css
+++ b/third_party/WebKit/Source/devtools/front_end/ui/toolbar.css
@@ -214,6 +214,10 @@ select.toolbar-item[data-keyboard-focus="true"]:focus {
border-radius: 2px;
}
+select.toolbar-item[data-keyboard-focus="true"]:focus > * {
+ background: white;
+}
+
/* Input */
.toolbar-input {
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698