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

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

Issue 2204973003: Converted Observatory class-ref & library-ref elements (Closed) Base URL: git@github.com:dart-lang/sdk.git@master
Patch Set: Fixed indentation 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 811a394a4f6160db363803cee13dacc764bbc268..f323f14283c9f918083d044a3bbfa5e58d6b661e 100644
--- a/runtime/observatory/lib/src/elements/css/shared.css
+++ b/runtime/observatory/lib/src/elements/css/shared.css
@@ -364,6 +364,18 @@ input.textbox {
-webkit-animation: shake 0.5s;
}
+/* class-ref */
+/* TODO(cbernaschina) fix class-ref-wrapped to class-ref when wrapper
+removed */
+
+class-ref-wrapped > a[href]:hover {
+ text-decoration: underline;
+}
+class-ref-wrapped > a[href] {
+ color: #0489c3;
+ text-decoration: none;
+}
+
/* code-ref */
/* TODO(cbernaschina) fix code-ref-wrapped to code-ref when wrapper
removed */
@@ -414,6 +426,18 @@ isolate-ref-wrapped > a[href] {
text-decoration: none;
}
+/* library-ref */
+/* TODO(cbernaschina) fix library-ref-wrapped to library-ref when wrapper
+removed */
+
+library-ref-wrapped > a[href]:hover {
+ text-decoration: underline;
+}
+library-ref-wrapped > a[href] {
+ color: #0489c3;
+ text-decoration: none;
+}
+
/* nav-notify */
/* TODO(cbernaschina) fix nav-notify-wrapped to nav-notify when wrapper
removed */
« no previous file with comments | « runtime/observatory/lib/src/elements/context_view.html ('k') | runtime/observatory/lib/src/elements/field_view.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698