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 b37f0a618f809f1d25714a243d181d864791378c..ab3d1f07974e96b555e2b978cad1c1f4fc0f1334 100644 |
--- a/third_party/WebKit/Source/devtools/front_end/console/consoleView.css |
+++ b/third_party/WebKit/Source/devtools/front_end/console/consoleView.css |
@@ -449,18 +449,6 @@ |
content: "i"; |
} |
-.warning-note { |
- background-color: rgb(255, 161, 45); |
-} |
- |
-.warning-note::before { |
- content: "!"; |
-} |
- |
.console-view-object-properties-section:not(.expanded) .info-note { |
display: none; |
} |
- |
-.console-view-object-properties-section.expanded .warning-note { |
- display: none; |
-} |