Index: third_party/WebKit/Source/devtools/front_end/components_lazy/filmStripDialog.css |
diff --git a/third_party/WebKit/Source/devtools/front_end/components_lazy/filmStripDialog.css b/third_party/WebKit/Source/devtools/front_end/components_lazy/filmStripDialog.css |
deleted file mode 100644 |
index 4b0a170305a8e32dc63c91c1bb0967174ad35c4c..0000000000000000000000000000000000000000 |
--- a/third_party/WebKit/Source/devtools/front_end/components_lazy/filmStripDialog.css |
+++ /dev/null |
@@ -1,29 +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. |
- */ |
- |
-:host { |
- flex: none !important; |
-} |
- |
-.filmstrip-dialog { |
- margin: 12px; |
-} |
- |
-.filmstrip-dialog > img { |
- border: 1px solid #ddd; |
- max-height: 80vh; |
- max-width: 80vw; |
-} |
- |
-.filmstrip-dialog-footer { |
- display: flex; |
- align-items: center; |
- margin-top: 10px; |
-} |
- |
-.filmstrip-dialog-label { |
- margin: 8px 8px; |
-} |