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

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

Issue 1095943002: DevTools: [console] Logged promise rejections do not change state once handled (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: for landing Created 5 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 | « Source/devtools/front_end/console/ConsoleViewMessage.js ('k') | Source/devtools/front_end/main/Main.js » ('j') | 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 4e011abd31eaca348e54c3559f95897d662f932b..a6896c647be386a14c8a547b5c7a621d1d9438a5 100644
--- a/Source/devtools/front_end/console/consoleView.css
+++ b/Source/devtools/front_end/console/consoleView.css
@@ -152,6 +152,7 @@
}
.console-error-level .repeated-message::before,
+.console-revokedError-level .repeated-message::before,
.console-warning-level .repeated-message::before,
.console-debug-level .repeated-message::before,
.console-info-level .repeated-message::before {
@@ -165,6 +166,7 @@
.console-warning-level .repeated-message,
.console-error-level .repeated-message,
+.console-revokedError-level .repeated-message,
.console-log-level .repeated-message,
.console-debug-level .repeated-message,
.console-info-level .repeated-message {
@@ -246,8 +248,7 @@
}
.console-message-wrapper:last-child .nesting-level-marker::before,
-.console-message-wrapper .nesting-level-marker.group-closed::before
-{
+.console-message-wrapper .nesting-level-marker.group-closed::before {
content: "";
}
@@ -288,6 +289,7 @@
}
.console-error-level .console-message::before,
+.console-revokedError-level .console-message::before,
.console-warning-level .console-message::before,
.console-debug-level .console-message::before,
.console-info-level .console-message::before {
@@ -299,6 +301,7 @@
@media (-webkit-min-device-pixel-ratio: 1.5) {
.console-error-level .console-message::before,
+.console-revokedError-level .console-message::before,
.console-warning-level .console-message::before,
.console-debug-level .console-message::before,
.console-info-level .console-message::before {
@@ -314,6 +317,10 @@
background-position: -213px -96px;
}
+.console-revokedError-level .console-message::before {
+ background-position: -245px -107px;
+}
+
.console-info-level .console-message::before {
background-position: -213px -107px;
}
« no previous file with comments | « Source/devtools/front_end/console/ConsoleViewMessage.js ('k') | Source/devtools/front_end/main/Main.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698