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

Unified Diff: Source/devtools/front_end/timeline/timelinePanel.css

Issue 1315643009: DevTools: Tweak timeline tree view bars (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 years, 3 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 | « Source/devtools/front_end/timeline/TimelineTreeView.js ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/devtools/front_end/timeline/timelinePanel.css
diff --git a/Source/devtools/front_end/timeline/timelinePanel.css b/Source/devtools/front_end/timeline/timelinePanel.css
index cc3e8381aa1e0dc87ff763790d9a6e60bab97dce..b3eb40056247493232054bc2c87149f8d77db059 100644
--- a/Source/devtools/front_end/timeline/timelinePanel.css
+++ b/Source/devtools/front_end/timeline/timelinePanel.css
@@ -1039,16 +1039,20 @@
text-overflow: ellipsis;
}
+.timeline-tree-view .data-grid .background-bar-container {
+ position: absolute;
+ left: 3px;
+ right: 0;
+}
+
.timeline-tree-view .data-grid .background-bar {
+ float: right;
paulirish 2015/09/10 00:11:43 The render times will be much faster if we do this
alph 2015/09/10 17:37:09 Bars were shown 2px less than they are. So if a ba
height: 15px;
- background-color: hsla(0, 100%, 74%, 0.1);
- position: absolute;
- right: -2px;
- bottom: 0px;
- border-bottom: 1px solid hsl(0, 100%, 74%);
+ background-color: hsla(43, 84%, 64%, 0.2);
+ border-bottom: 1px solid hsl(43, 84%, 64%);
}
.timeline-tree-view .data-grid .selected .background-bar {
- background-color: rgba(255,255,255,0.25);
+ background-color: rgba(255, 255, 255, 0.25);
border-bottom-color: transparent;
}
« no previous file with comments | « Source/devtools/front_end/timeline/TimelineTreeView.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698