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

Unified Diff: third_party/WebKit/Source/devtools/front_end/network/networkTimelineColumn.css

Issue 2414853002: [Devtools] Added popover support to network timeline canvas expirement (Closed)
Patch Set: changes Created 4 years, 2 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 | « third_party/WebKit/Source/devtools/front_end/network/NetworkTimelineColumn.js ('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/network/networkTimelineColumn.css
diff --git a/third_party/WebKit/Source/devtools/front_end/network/networkTimelineColumn.css b/third_party/WebKit/Source/devtools/front_end/network/networkTimelineColumn.css
index 698bd353882c5810e49def7ef86061617746eebb..1b52b85b965a52126a31926b4a4a801c2d422189 100644
--- a/third_party/WebKit/Source/devtools/front_end/network/networkTimelineColumn.css
+++ b/third_party/WebKit/Source/devtools/front_end/network/networkTimelineColumn.css
@@ -15,3 +15,7 @@
.network-timeline-v-scroll {
margin-top: 27px;
}
+
+.network-timeline-popover {
lushnikov 2016/10/20 00:26:36 not used any more
allada 2016/10/20 00:54:48 Done.
+ position: absolute;
+}
« no previous file with comments | « third_party/WebKit/Source/devtools/front_end/network/NetworkTimelineColumn.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698