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

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

Issue 1953653002: [DevTools] Remove warning note for proxy (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@fix-completion-for-proxy
Patch Set: Created 4 years, 7 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 | « third_party/WebKit/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: 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;
-}
« no previous file with comments | « third_party/WebKit/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