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

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

Issue 2279203003: Converted Observatory megamorphiccache-view element (Closed)
Patch Set: Updated observatory_sources.gypi 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 51db1ff931dff0f2600455674906183755cfb329..06c31ebe37f49349e91bc8b45d603ca956d16d58 100644
--- a/runtime/observatory/lib/src/elements/css/shared.css
+++ b/runtime/observatory/lib/src/elements/css/shared.css
@@ -1110,6 +1110,21 @@ library-ref-wrapped > a[href] {
color: white;
}
+/* megamorphic-cache-ref */
+/* TODO(cbernaschina) fix megamorphic-cache-ref-wrapped to megamorphic-cache-ref
+when wrapper removed */
+
+megamorphic-cache-ref-wrapped > a[href]:hover {
+ text-decoration: underline;
+}
+megamorphic-cache-ref-wrapped > a[href] {
+ color: #0489c3;
+ text-decoration: none;
+}
+megamorphic-cache-ref-wrapped > a[href] * {
+ color: inherit;
+}
+
/* nav-notify */
/* TODO(cbernaschina) fix nav-notify-wrapped to nav-notify when wrapper
removed */

Powered by Google App Engine
This is Rietveld 408576698