| 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 */
|
|
|