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

Unified Diff: third_party/WebKit/Source/devtools/front_end/ui_lazy/flameChart.css

Issue 2506903004: DevTools: Fix timeline flamechart popover style. (Closed)
Patch Set: Created 4 years, 1 month 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 | « third_party/WebKit/Source/devtools/front_end/timeline/timelineFlamechartPopover.css ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/Source/devtools/front_end/ui_lazy/flameChart.css
diff --git a/third_party/WebKit/Source/devtools/front_end/ui_lazy/flameChart.css b/third_party/WebKit/Source/devtools/front_end/ui_lazy/flameChart.css
index 94177817ecb3804c8db68e5143544d9210972f98..0cd1ac14f010ab567b556b06213a291b2389f9ed 100644
--- a/third_party/WebKit/Source/devtools/front_end/ui_lazy/flameChart.css
+++ b/third_party/WebKit/Source/devtools/front_end/ui_lazy/flameChart.css
@@ -80,11 +80,13 @@
}
.flame-chart-entry-info:not(:empty) {
- z-index: 200;
+ z-index: 2000;
position: absolute;
background-color: white;
pointer-events: none;
- padding: 2px;
+ padding: 4px 8px;
+ white-space: nowrap;
+ max-width: 80%;
box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05),
0 2px 4px rgba(0, 0, 0, 0.2),
0 2px 6px rgba(0, 0, 0, 0.1);
« no previous file with comments | « third_party/WebKit/Source/devtools/front_end/timeline/timelineFlamechartPopover.css ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698