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

Unified Diff: third_party/WebKit/Source/devtools/front_end/ui/inspectorSyntaxHighlightDark.css

Issue 2527763003: [DevTools] Turn links into spans to prevent default behavior. (Closed)
Patch Set: fixed comments Created 4 years, 1 month 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: third_party/WebKit/Source/devtools/front_end/ui/inspectorSyntaxHighlightDark.css
diff --git a/third_party/WebKit/Source/devtools/front_end/ui/inspectorSyntaxHighlightDark.css b/third_party/WebKit/Source/devtools/front_end/ui/inspectorSyntaxHighlightDark.css
index c17695295868c271040e0bfb46828c32b9499ee1..6595310b647dcb3a059c9b75bbc0b95a946ac2d9 100644
--- a/third_party/WebKit/Source/devtools/front_end/ui/inspectorSyntaxHighlightDark.css
+++ b/third_party/WebKit/Source/devtools/front_end/ui/inspectorSyntaxHighlightDark.css
@@ -51,8 +51,7 @@
.webkit-html-attribute-name{color:rgb(155, 187, 220);}
.webkit-html-attribute-value{color:rgb(242, 151, 102);}
.webkit-html-comment{color:rgb(137, 137, 137) !important;}
-.webkit-html-resource-link{color:rgb(231, 194, 111);}
-.webkit-html-external-link{color:rgb(231, 194, 111);}
+.devtools-link{color:rgb(231, 194, 111);}
.webkit-html-tag{color:rgb(93, 176, 215);}
.webkit-html-tag-name{color:rgb(93, 176, 215);}
.webkit-html-close-tag-name{color:rgb(93, 176, 215);}

Powered by Google App Engine
This is Rietveld 408576698