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

Unified Diff: third_party/WebKit/Source/devtools/front_end/console/consoleView.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/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 4be5ff7671126b877d9f3828ade1de1e566355aa..80d6b44380d6f4b96bad07c55105da2944897e53 100644
--- a/third_party/WebKit/Source/devtools/front_end/console/consoleView.css
+++ b/third_party/WebKit/Source/devtools/front_end/console/consoleView.css
@@ -349,14 +349,14 @@
}
#console-messages .link,
-#console-messages a {
+#console-messages .devtools-link {
color: rgb(33%, 33%, 33%);
cursor: pointer;
word-break: break-all;
}
#console-messages .link:hover,
-#console-messages a:hover {
+#console-messages .devtools-link:hover {
color: rgb(15%, 15%, 15%);
}

Powered by Google App Engine
This is Rietveld 408576698