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

Unified Diff: runtime/observatory/lib/src/elements/code_view.html

Issue 1885273004: Observatory: Tweak disassembly comments (Closed) Base URL: https://github.com/dart-lang/sdk.git@master
Patch Set: Created 4 years, 8 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: runtime/observatory/lib/src/elements/code_view.html
diff --git a/runtime/observatory/lib/src/elements/code_view.html b/runtime/observatory/lib/src/elements/code_view.html
index ba4cac0d8295119a59566d96502e16109fdec774..95f71e2e6e1ffccc52dc67e7f10b0e5e2da5cbf1 100644
--- a/runtime/observatory/lib/src/elements/code_view.html
+++ b/runtime/observatory/lib/src/elements/code_view.html
@@ -34,6 +34,7 @@
overflow: visible;
white-space: pre;
padding-right: 1em;
+ width: 1px;
}
th:nth-of-type(5), td:nth-of-type(5) {
@@ -45,6 +46,11 @@
background-color: #F4C7C3;
}
+ .code-comment {
+ color: grey;
+ font-style: italic;
+ }
+
</style>
<nav-bar>
<top-nav-menu></top-nav-menu>

Powered by Google App Engine
This is Rietveld 408576698