| 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 72eac5a17b658751a977dd7a7ff6972c28aadfab..b92fb0a57e371ffae64648a1940eaf08fada7120 100644
|
| --- a/runtime/observatory/lib/src/elements/css/shared.css
|
| +++ b/runtime/observatory/lib/src/elements/css/shared.css
|
| @@ -1248,15 +1248,17 @@ nav-refresh-wrapped > li {
|
| margin: 0;
|
| }
|
|
|
| -/* object-common */
|
| +/* object-common && class-instances */
|
| /* TODO(cbernaschina) fix object-common-wrapped to object-common when wrapper
|
| removed */
|
|
|
| +class-instances button:hover,
|
| object-common-wrapped button:hover {
|
| background-color: transparent;
|
| border: none;
|
| text-decoration: underline;
|
| }
|
| +class-instances button,
|
| object-common-wrapped button {
|
| background-color: transparent;
|
| border: none;
|
|
|