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