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

Unified Diff: runtime/observatory/lib/src/elements/css/shared.css

Issue 2294073003: Converted Observatory class-view element (Closed)
Patch Set: Addressed comments 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/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;
« no previous file with comments | « runtime/observatory/lib/src/elements/class_view.html ('k') | runtime/observatory/lib/src/elements/service_view.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698