Index: runtime/observatory/lib/src/elements/function_ref_wrapper.dart |
diff --git a/runtime/observatory/lib/src/elements/function_ref_wrapper.dart b/runtime/observatory/lib/src/elements/function_ref_wrapper.dart |
index c3e966db1f54fa7f3f46ceb6e0a8736e1d3df004..e41e43a77eace2ab16dd80a667370606d4c6f7b6 100644 |
--- a/runtime/observatory/lib/src/elements/function_ref_wrapper.dart |
+++ b/runtime/observatory/lib/src/elements/function_ref_wrapper.dart |
@@ -45,9 +45,11 @@ class FunctionRefElementWrapper extends HtmlElement { |
shadowRoot.children = [ |
new StyleElement() |
..text = ''' |
+ class-ref-wrapped > a[href]:hover, |
function-ref-wrapped > a[href]:hover { |
text-decoration: underline; |
} |
+ class-ref-wrapped > a[href], |
function-ref-wrapped > a[href] { |
color: #0489c3; |
text-decoration: none; |