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

Unified Diff: Source/devtools/front_end/ui/smallIcon.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/sdk/ConsoleModel.js ('k') | Source/devtools/protocol.json » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/devtools/front_end/ui/smallIcon.css
diff --git a/Source/devtools/front_end/ui/smallIcon.css b/Source/devtools/front_end/ui/smallIcon.css
index 18a4eb8d5b73ed955d48915de1c6bf9606cd5e19..0f0f45a66816731e8cf0b60df4f81fe417b538b1 100644
--- a/Source/devtools/front_end/ui/smallIcon.css
+++ b/Source/devtools/front_end/ui/smallIcon.css
@@ -12,6 +12,7 @@ div {
}
div.error-icon,
+div.revokedError-icon,
div.warning-icon,
div.info-icon,
div.device-icon,
@@ -24,6 +25,7 @@ div.orange-ball {
@media (-webkit-min-device-pixel-ratio: 1.5) {
div.error-icon,
+div.revokedError-icon,
div.warning-icon,
div.info-icon,
div.device-icon,
@@ -38,6 +40,10 @@ div.error-icon {
background-position: -213px -96px;
}
+div.revokedError-icon {
+ background-position: -245px -107px;
+}
+
div.warning-icon {
background-position: -202px -107px;
}
« no previous file with comments | « Source/devtools/front_end/sdk/ConsoleModel.js ('k') | Source/devtools/protocol.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698