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

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

Issue 2862383002: Clarify presentation of the target in retaining paths. (Closed)
Patch Set: review Created 3 years, 7 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 3727ddf5a9786379724dd09743804cce16afa746..cd9c09b0b4a4ca4761061642b57bd266749f5940 100644
--- a/runtime/observatory/lib/src/elements/css/shared.css
+++ b/runtime/observatory/lib/src/elements/css/shared.css
@@ -567,6 +567,10 @@ code-ref > a[href] {
color: #0489c3;
text-decoration: none;
}
+code-ref .emphasize {
+ font-style: italic;
+}
+
/* class-tree */
@@ -647,16 +651,20 @@ code-view .code-comment {
/* context-ref */
context-ref > a[href]:hover {
- text-decoration: underline;
+ text-decoration: underline;
}
context-ref > a[href] {
- color: #0489c3;
- text-decoration: none;
+ color: #0489c3;
+ text-decoration: none;
}
context-ref > a[href] * {
- color: inherit;
+ color: inherit;
+}
+context-ref .emphasize {
+ font-style: italic;
}
+
/* cpu-profile */
cpu-profile {
@@ -1252,6 +1260,10 @@ function-ref > a[href] {
color: #0489c3;
text-decoration: none;
}
+function-ref .emphasize {
+ font-style: italic;
+}
+
/* heap-snapshot */
@@ -1305,18 +1317,20 @@ heap-snapshot .tree-item > .name {
/* icdata-ref */
icdata-ref > a[href]:hover {
- text-decoration: underline;
+ text-decoration: underline;
}
-
icdata-ref > a[href] {
- color: #0489c3;
- text-decoration: none;
+ color: #0489c3;
+ text-decoration: none;
}
-
icdata-ref > a[href] * {
- color: inherit;
+ color: inherit;
+}
+icdata-ref .emphasize {
+ font-style: italic;
}
+
/* inbound-reference */
inbound-reference > a[href]:hover {
@@ -1484,6 +1498,10 @@ library-ref > a[href] {
color: #0489c3;
text-decoration: none;
}
+library-ref .emphasize {
+ font-style: italic;
+}
+
.nav-option {
float: right;
@@ -1555,6 +1573,9 @@ megamorphic-cache-ref > a[href] {
megamorphic-cache-ref > a[href] * {
color: inherit;
}
+megamorphic-ref .emphasize {
+ font-style: italic;
+}
/* metric-graph */
@@ -1809,16 +1830,18 @@ object-common button {
/* object-pool-ref */
object-pool-ref > a[href]:hover {
- text-decoration: underline;
+ text-decoration: underline;
}
object-pool-ref > a[href] {
- color: #0489c3;
- text-decoration: none;
+ color: #0489c3;
+ text-decoration: none;
}
-
object-pool-ref > a[href] * {
- color: inherit;
+ color: inherit;
+}
+object-pool-ref .emphasize {
+ font-style: italic;
}
/* object-pool-view */
@@ -1911,14 +1934,17 @@ ports-page .port-number {
/* script-ref */
script-ref > a[href]:hover {
- text-decoration: underline;
+ text-decoration: underline;
}
-
script-ref > a[href] {
- color: #0489c3;
- text-decoration: none;
+ color: #0489c3;
+ text-decoration: none;
+}
+script-ref .emphasize {
+ font-style: italic;
}
+
/* source-link */
source-link > a[href]:hover {
@@ -2171,6 +2197,10 @@ type-arguments-ref a[href] {
color: #0489c3;
text-decoration: none;
}
+type-arguments-ref .emphasize {
+ font-style: italic;
+}
+
/* token-stream-ref */
@@ -2181,6 +2211,27 @@ token-stream-ref a[href] {
color: #0489c3;
text-decoration: none;
}
+token-stream-ref .emphasize {
+ font-style: italic;
+}
+
+
+/* unknown-ref */
+
+unknown-ref > a[href]:hover {
+ text-decoration: underline;
+}
+unknown-ref > a[href] {
+ color: #0489c3;
+ text-decoration: none;
+}
+unknown-ref > a[href] * {
+ color: inherit;
+}
+unknown-ref .emphasize {
+ font-style: italic;
+}
+
/* view-footer */
« no previous file with comments | « runtime/observatory/lib/src/elements/code_view.dart ('k') | runtime/observatory/lib/src/elements/error_view.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698