| Index: third_party/WebKit/Source/devtools/front_end/components/customPreviewComponent.css
|
| diff --git a/third_party/WebKit/Source/devtools/front_end/components/customPreviewComponent.css b/third_party/WebKit/Source/devtools/front_end/components/customPreviewComponent.css
|
| deleted file mode 100644
|
| index e9bba4abf01ef4feb96603fd02715495282976a1..0000000000000000000000000000000000000000
|
| --- a/third_party/WebKit/Source/devtools/front_end/components/customPreviewComponent.css
|
| +++ /dev/null
|
| @@ -1,21 +0,0 @@
|
| -/*
|
| - * Copyright (c) 2015 The Chromium Authors. All rights reserved.
|
| - * Use of this source code is governed by a BSD-style license that can be
|
| - * found in the LICENSE file.
|
| - */
|
| -
|
| -.custom-expandable-section {
|
| - display: inline-flex;
|
| - flex-direction: column;
|
| -}
|
| -
|
| -.custom-expand-icon {
|
| - -webkit-user-select: none;
|
| - opacity: 0.5;
|
| - margin-right: 4px;
|
| - background: black;
|
| -}
|
| -
|
| -.custom-expandable-section-standard-section {
|
| - display: inline-flex;
|
| -}
|
|
|