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

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

Issue 2265513003: Converted Observatory object-common element (Closed) Base URL: git@github.com:dart-lang/sdk.git@master
Patch Set: Addressed comments 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 aeb5827dcdc04046af0976557a482116b7efc2d8..8f3a74b2f9af4eb0c89a418dbc35c6a0cec34948 100644
--- a/runtime/observatory/lib/src/elements/css/shared.css
+++ b/runtime/observatory/lib/src/elements/css/shared.css
@@ -666,6 +666,32 @@ function-ref-wrapped > a[href] {
text-decoration: none;
}
+/* inbound-reference */
+
+inbound-reference > a[href]:hover {
+ text-decoration: underline;
+}
+inbound-reference > a[href] {
+ color: #0489c3;
+ text-decoration: none;
+}
+
+inbound-reference .indent {
+ margin-left: 1.5em;
+ font: 400 14px 'Montserrat', sans-serif;
+ line-height: 150%;
+}
+inbound-reference .stackTraceBox {
+ margin-left: 1.5em;
+ background-color: #f5f5f5;
+ border: 1px solid #ccc;
+ padding: 10px;
+ font-family: consolas, courier, monospace;
+ font-size: 12px;
+ white-space: pre;
+ overflow-x: auto;
+}
+
/* instance-ref */
/* TODO(cbernaschina) fix instance-ref-wrapped to instance-ref when wrapper
removed */
@@ -882,6 +908,25 @@ nav-refresh-wrapped > li {
margin: 0;
}
+/* object-common */
+/* TODO(cbernaschina) fix object-common-wrapped to object-common when wrapper
+removed */
+
+object-common-wrapped button:hover {
+ background-color: transparent;
+ border: none;
+ text-decoration: underline;
+}
+object-common-wrapped button {
+ background-color: transparent;
+ border: none;
+ color: #0489c3;
+ padding: 0;
+ margin: -8px 4px;
+ font-size: 20px;
+ text-decoration: none;
+}
+
/* observatory-application */
observatory-application {
« no previous file with comments | « runtime/observatory/lib/src/elements/context_view.html ('k') | runtime/observatory/lib/src/elements/helpers/any_ref.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698