| 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 1f32ad40886a5c1a0a113be0faa24413cf6403f4..ceab5f4cb8d916a64a5aded3f9c9506446b9722b 100644
|
| --- a/runtime/observatory/lib/src/elements/css/shared.css
|
| +++ b/runtime/observatory/lib/src/elements/css/shared.css
|
| @@ -364,6 +364,42 @@ input.textbox {
|
| -webkit-animation: shake 0.5s;
|
| }
|
|
|
| +/* code-ref */
|
| +/* TODO(cbernaschina) fix code-ref-ref-wrapped to code-ref when wrapper
|
| +removed */
|
| +
|
| +code-ref-wrapped > a[href]:hover {
|
| + text-decoration: underline;
|
| +}
|
| +code-ref-wrapped > a[href] {
|
| + color: #0489c3;
|
| + text-decoration: none;
|
| +}
|
| +
|
| +/* function-ref */
|
| +/* TODO(cbernaschina) fix function-ref-ref-wrapped to function-ref when wrapper
|
| +removed */
|
| +
|
| +function-ref-wrapped > a[href]:hover {
|
| + text-decoration: underline;
|
| +}
|
| +function-ref-wrapped > a[href] {
|
| + color: #0489c3;
|
| + text-decoration: none;
|
| +}
|
| +
|
| +/* isolate-ref */
|
| +/* TODO(cbernaschina) fix isolate-ref-ref-wrapped to isolate-ref when wrapper
|
| +removed */
|
| +
|
| +isolate-ref-wrapped > a[href]:hover {
|
| + text-decoration: underline;
|
| +}
|
| +isolate-ref-wrapped > a[href] {
|
| + color: #0489c3;
|
| + text-decoration: none;
|
| +}
|
| +
|
| /* nav-notify */
|
| /* TODO(cbernaschina) fix nav-notify-ref-wrapped to nav-notify-ref when wrapper
|
| removed */
|
|
|