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

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

Issue 911993002: DevTools: [Console] render console stacktraces consistently (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: rebaseline one more test Created 5 years, 10 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 | « Source/devtools/front_end/console/ConsoleViewMessage.js ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/devtools/front_end/console/consoleView.css
diff --git a/Source/devtools/front_end/console/consoleView.css b/Source/devtools/front_end/console/consoleView.css
index 988caf48c40c5e400648511d1f905b0b2ebd529e..ab38cf0e46fcd3d58edebc3e6bef7c95b3894206 100644
--- a/Source/devtools/front_end/console/consoleView.css
+++ b/Source/devtools/front_end/console/consoleView.css
@@ -128,14 +128,6 @@
top: 0;
}
-.console-message .outline-disclosure .stacktrace-entry:hover {
- background-color: rgba(0, 0, 0, 0.05);
-}
-
-.stacktrace-entry .webkit-html-blackbox-link {
- opacity: 0.6;
-}
-
.bubble-repeat-count {
display: inline-block;
height: 14px;
@@ -158,11 +150,6 @@
margin-left: -18px;
}
-.console-async-trace-text {
- margin-left: -10px;
- font-style: italic;
-}
-
.repeated-message.console-error-level::before,
.repeated-message.console-warning-level:before,
.repeated-message.console-debug-level:before,
« no previous file with comments | « Source/devtools/front_end/console/ConsoleViewMessage.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698