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

Unified Diff: tools/profview/profview.css

Issue 2737083003: [tools/profview] Add individual function timeline view (Closed)
Patch Set: Rebase Created 3 years, 9 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: tools/profview/profview.css
diff --git a/tools/profview/profview.css b/tools/profview/profview.css
index f71a9a94a6f5c0878fff258f79cd910e14e7aace..106bfe288502a24178bf5db39dab4aadf7e824d8 100644
--- a/tools/profview/profview.css
+++ b/tools/profview/profview.css
@@ -34,6 +34,11 @@ span.code-type-chip-space {
display : inline-block;
}
+span.codeid-link {
+ text-decoration: underline;
+ cursor: pointer;
+}
+
div.mode-button {
padding: 1em 3em;
display: inline-block;

Powered by Google App Engine
This is Rietveld 408576698