| 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;
|
|
|