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

Unified Diff: third_party/WebKit/Source/devtools/front_end/profiler/heapProfiler.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/profiler/heapProfiler.css
diff --git a/third_party/WebKit/Source/devtools/front_end/profiler/heapProfiler.css b/third_party/WebKit/Source/devtools/front_end/profiler/heapProfiler.css
index 5f8dd58873f022e83f50a4b0895b63f01a762ab8..cd5a4237fad8ce04acecefde3197bedaac34078c 100644
--- a/third_party/WebKit/Source/devtools/front_end/profiler/heapProfiler.css
+++ b/third_party/WebKit/Source/devtools/front_end/profiler/heapProfiler.css
@@ -180,7 +180,7 @@
padding: 2px;
}
-.heap-allocation-stack .stack-frame a {
+.heap-allocation-stack .stack-frame .devtools-link {
color: rgb(33%, 33%, 33%);
}

Powered by Google App Engine
This is Rietveld 408576698