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

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

Issue 2646033003: DevTools: streamline console logging levels, migrate 'log' to 'info' level, 'debug' to 'verbose' le… (Closed)
Patch Set: missing rebaseline 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 5cb2499b096c11804b0c4dc3c192177cc0d5d47d..6a355567daa75f1fe5e9379aaadfd4a2ad451444 100644
--- a/third_party/WebKit/Source/devtools/front_end/console/consoleView.css
+++ b/third_party/WebKit/Source/devtools/front_end/console/consoleView.css
@@ -128,9 +128,8 @@
}
.console-error-level .repeated-message,
-.console-log-level .repeated-message,
.console-warning-level .repeated-message,
-.console-debug-level .repeated-message,
+.console-verbose-level .repeated-message,
.console-info-level .repeated-message {
display: flex;
}
@@ -234,11 +233,11 @@
color: hsl(0, 100%, 75%) !important;
}
-.console-debug-level .console-message-text {
+.console-verbose-level .console-message-text {
color: blue;
}
-.-theme-with-dark-background .console-debug-level .console-message-text {
+.-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