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

Unified Diff: third_party/WebKit/Source/devtools/front_end/terminal/terminal.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/terminal/terminal.css
diff --git a/third_party/WebKit/Source/devtools/front_end/terminal/terminal.css b/third_party/WebKit/Source/devtools/front_end/terminal/terminal.css
index 3abe0868761a7093ec38af60bb9856a9c18a9ce2..502b2c3d268eefbff171bc5bb9a27efedb87c52c 100644
--- a/third_party/WebKit/Source/devtools/front_end/terminal/terminal.css
+++ b/third_party/WebKit/Source/devtools/front_end/terminal/terminal.css
@@ -30,11 +30,11 @@
padding-right: 10px;
}
-a.webkit-html-resource-link {
+.devtools-link {
color: inherit;
text-decoration: inherit;
}
-a.webkit-html-resource-link:hover {
+.devtools-link:hover {
text-decoration: underline;
}

Powered by Google App Engine
This is Rietveld 408576698