| 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 7fec76fe6fb2e0568bff064859276647934ebc49..8c5d8cd88312aedfa34f92a2aa63c9b9a370c1d7 100644
|
| --- a/runtime/observatory/lib/src/elements/css/shared.css
|
| +++ b/runtime/observatory/lib/src/elements/css/shared.css
|
| @@ -1112,6 +1112,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 */
|
|
|