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

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

Issue 1427823002: DevTools: Grey out outside parts of selection window on timeline overview. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: refactor Created 5 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
Index: third_party/WebKit/Source/devtools/front_end/timeline/timelinePanel.css
diff --git a/third_party/WebKit/Source/devtools/front_end/timeline/timelinePanel.css b/third_party/WebKit/Source/devtools/front_end/timeline/timelinePanel.css
index c6d940b4346323b8c616c12eae7bd51d4481c472..949c51b875abaf1b359a759de784d8583d0facbd 100644
--- a/third_party/WebKit/Source/devtools/front_end/timeline/timelinePanel.css
+++ b/third_party/WebKit/Source/devtools/front_end/timeline/timelinePanel.css
@@ -585,22 +585,6 @@
background-color: #aaa;
}
-.timeline-cpu-curtain-left, .timeline-cpu-curtain-right {
- background-color: rgba(210, 210, 210, 0.5);
- position: absolute;
- top: 0;
- height: 100%;
- z-index: 300;
-}
-
-.timeline-cpu-curtain-left {
- left: 0;
-}
-
-.timeline-cpu-curtain-right {
- right: 0;
-}
-
.image-preview-container {
background: transparent;
text-align: left;

Powered by Google App Engine
This is Rietveld 408576698