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

Unified Diff: Source/devtools/front_end/inspectorSyntaxHighlight.css

Issue 448743002: DevTools: Linkify console stacks with blackboxing consideration. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 4 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
Index: Source/devtools/front_end/inspectorSyntaxHighlight.css
diff --git a/Source/devtools/front_end/inspectorSyntaxHighlight.css b/Source/devtools/front_end/inspectorSyntaxHighlight.css
index e29896c55c40cbc75fc16e4b96d90cec52d38642..81436fe32cae9491cd89f0e1cc076c589c1c15b7 100644
--- a/Source/devtools/front_end/inspectorSyntaxHighlight.css
+++ b/Source/devtools/front_end/inspectorSyntaxHighlight.css
@@ -115,6 +115,10 @@
text-decoration: underline;
}
+.webkit-html-blackbox-link {
+ opacity: 0.6;
+}
+
.webkit-html-end-of-file {
/* Keep this in sync with view-source.css (.webkit-html-end-of-file) */
color: rgb(255, 0, 0);

Powered by Google App Engine
This is Rietveld 408576698