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

Unified Diff: runtime/observatory/lib/src/elements/function_ref_wrapper.dart

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/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;
« no previous file with comments | « runtime/observatory/lib/src/elements/function_ref.dart ('k') | runtime/observatory/lib/src/elements/function_view.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698