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

Unified Diff: tools/turbolizer/turbo-visualizer.css

Issue 2059193002: [turbolizer] Features and bug-fixes (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Created 4 years, 6 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
« no previous file with comments | « tools/turbolizer/schedule-view.js ('k') | tools/turbolizer/turbo-visualizer.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/turbolizer/turbo-visualizer.css
diff --git a/tools/turbolizer/turbo-visualizer.css b/tools/turbolizer/turbo-visualizer.css
index 4f7190c23bd0f46a797b2d75ef0c533c756b9caf..3c5c9d682af5d7949a5e3e1e6aa8060c3fa72ec3 100644
--- a/tools/turbolizer/turbo-visualizer.css
+++ b/tools/turbolizer/turbo-visualizer.css
@@ -16,6 +16,7 @@
padding: 0.5em;
z-index: 5;
opacity: 0.7;
+ cursor: pointer;
}
.search-input {
@@ -227,7 +228,7 @@ ul.noindent {
-webkit-margin-after: 0px;
}
-input:hover {
+input:hover, .collapse-pane:hover input {
opacity: 1;
cursor: pointer;
}
« no previous file with comments | « tools/turbolizer/schedule-view.js ('k') | tools/turbolizer/turbo-visualizer.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698