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

Unified Diff: runtime/observatory/lib/src/elements/css/shared.css

Issue 2271083002: Converted Observatory icdata-view element (Closed) Base URL: git@github.com:dart-lang/sdk.git@master
Patch Set: Fixed layout & text Created 4 years, 4 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/css/shared.css
diff --git a/runtime/observatory/lib/src/elements/css/shared.css b/runtime/observatory/lib/src/elements/css/shared.css
index ac523e7e007807694e5167a91d68bac7b7ab346e..d378e68ed62093548e5c3acff6fe51d290685bf2 100644
--- a/runtime/observatory/lib/src/elements/css/shared.css
+++ b/runtime/observatory/lib/src/elements/css/shared.css
@@ -850,6 +850,21 @@ heap-snapshot .tree-item > .name {
}
+/* icdata-ref */
+
+icdata-ref > a[href]:hover {
+ text-decoration: underline;
+}
+
+icdata-ref > a[href] {
+ color: #0489c3;
+ text-decoration: none;
+}
+
+icdata-ref > a[href] * {
+ color: inherit;
+}
+
/* inbound-reference */
inbound-reference > a[href]:hover {
« no previous file with comments | « runtime/observatory/lib/src/elements/context_view.dart ('k') | runtime/observatory/lib/src/elements/icdata_view.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698