| 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 5def2073682c8f3f9d0b48336395b18bb5a918fa..8fbe22a6d000196d30375a99197f5b1bb560b42d 100644
|
| --- a/third_party/WebKit/Source/devtools/front_end/timeline/timelinePanel.css
|
| +++ b/third_party/WebKit/Source/devtools/front_end/timeline/timelinePanel.css
|
| @@ -284,25 +284,6 @@
|
| line-height: 18px;
|
| }
|
|
|
| -.image-preview-container {
|
| - background: transparent;
|
| - text-align: left;
|
| - border-spacing: 0;
|
| - margin: 4px;
|
| -}
|
| -
|
| -.image-preview-container img {
|
| - max-width: 100px;
|
| - max-height: 100px;
|
| - background-image: url(Images/checker.png);
|
| - -webkit-user-select: text;
|
| - -webkit-user-drag: auto;
|
| -}
|
| -
|
| -.image-container {
|
| - padding: 0;
|
| -}
|
| -
|
| .timeline-filters-header {
|
| overflow: hidden;
|
| flex: none;
|
|
|