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

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

Issue 1090583005: Revert of DevTools: [console] Logged promise rejections do not change state once handled (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Encompass Oilpan fix 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 83f8b5920f8bf6eac4e850a09431eeba3218f058..593b375957e0c063c9dc5bc7891d017c782129fe 100644
--- a/Source/devtools/front_end/console/consoleView.css
+++ b/Source/devtools/front_end/console/consoleView.css
@@ -152,7 +152,6 @@
}
.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 {
@@ -166,7 +165,6 @@
.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 {
@@ -248,7 +246,8 @@
}
.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: "";
}
@@ -289,7 +288,6 @@
}
.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 {
@@ -301,7 +299,6 @@
@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 {
@@ -317,10 +314,6 @@
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