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

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

Issue 2404143002: DevTools: move overview grid window curtains handling into said window (Closed)
Patch Set: 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/ui_lazy/overviewGrid.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/timelineGrid.css
diff --git a/third_party/WebKit/Source/devtools/front_end/ui_lazy/timelineGrid.css b/third_party/WebKit/Source/devtools/front_end/ui_lazy/timelineGrid.css
index fe47002193e868e4a150c4133a733e1b6891142f..68d0f183ce6c7e0198d6af40b5c63a83e7de782c 100644
--- a/third_party/WebKit/Source/devtools/front_end/ui_lazy/timelineGrid.css
+++ b/third_party/WebKit/Source/devtools/front_end/ui_lazy/timelineGrid.css
@@ -65,23 +65,3 @@
height: 20px;
pointer-events: none;
}
-
-.timeline-curtain-left, .timeline-curtain-right {
- background-color: hsla(0, 0%, 80%, 0.5);
- position: absolute;
- top: 0;
- height: 100%;
- z-index: 300;
- pointer-events: none;
- border: 1px none hsla(0, 0%, 70%, 0.5);
-}
-
-.timeline-curtain-left {
- left: 0;
- border-right-style: solid;
-}
-
-.timeline-curtain-right {
- right: 0;
- border-left-style: solid;
-}
« no previous file with comments | « third_party/WebKit/Source/devtools/front_end/ui_lazy/overviewGrid.css ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698