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

Unified Diff: third_party/WebKit/Source/devtools/front_end/console/consoleView.css

Issue 2650543002: DevTools: render console level filter as drop box. (Closed)
Patch Set: rebase again Created 3 years, 11 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/console/consoleView.css
diff --git a/third_party/WebKit/Source/devtools/front_end/console/consoleView.css b/third_party/WebKit/Source/devtools/front_end/console/consoleView.css
index 81dc4decda51e43c3bdcdcfcf69873355e459874..ff4e77ee899bbeaaee8734bbe7c6281a5c60a034 100644
--- a/third_party/WebKit/Source/devtools/front_end/console/consoleView.css
+++ b/third_party/WebKit/Source/devtools/front_end/console/consoleView.css
@@ -137,6 +137,7 @@
.console-info {
color: rgb(128, 128, 128);
font-style: italic;
+ padding-bottom: 2px;
}
.console-group .console-group > .console-group-messages {
@@ -233,10 +234,6 @@
color: hsl(0, 100%, 75%) !important;
}
-.console-verbose-level .console-message-text {
- color: blue;
-}
-
.-theme-with-dark-background .console-verbose-level .console-message-text {
color: hsl(220, 100%, 65%) !important;
}

Powered by Google App Engine
This is Rietveld 408576698