Index: third_party/WebKit/Source/devtools/front_end/components_lazy/filmStripView.css |
diff --git a/third_party/WebKit/Source/devtools/front_end/components_lazy/filmStripView.css b/third_party/WebKit/Source/devtools/front_end/components_lazy/filmStripView.css |
deleted file mode 100644 |
index 34143c6313684928c8d3920bfa33f931db072d93..0000000000000000000000000000000000000000 |
--- a/third_party/WebKit/Source/devtools/front_end/components_lazy/filmStripView.css |
+++ /dev/null |
@@ -1,73 +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. |
- */ |
- |
-.film-strip-view { |
- overflow-x: auto; |
- overflow-y: hidden; |
- align-content: flex-start; |
- min-height: 81px; |
-} |
- |
-.film-strip-view.time-based .frame .time { |
- display: none; |
-} |
- |
-.film-strip-view .label { |
- margin: auto; |
- font-size: 18px; |
- color: #999; |
-} |
- |
-.film-strip-view .frame { |
- display: flex; |
- flex-direction: column; |
- align-items: center; |
- padding: 4px; |
- flex: none; |
- cursor: pointer; |
-} |
- |
-.film-strip-view .frame-limit-reached { |
- font-size: 24px; |
- color: #888; |
- justify-content: center; |
- display: inline-flex; |
- flex-direction: column; |
- flex: none; |
-} |
- |
-.film-strip-view .frame .thumbnail { |
- min-width: 24px; |
- display: flex; |
- flex-direction: row; |
- align-items: center; |
- pointer-events: none; |
- margin: 4px 0 2px; |
- border: 2px solid transparent; |
-} |
- |
-.film-strip-view .frame:hover .thumbnail { |
- border-color: #FBCA46; |
-} |
- |
-.film-strip-view .frame .thumbnail img { |
- height: auto; |
- width: auto; |
- max-width: 80px; |
- max-height: 50px; |
- pointer-events: none; |
- box-shadow: 0 0 3px #bbb; |
- flex: 0 0 auto; |
-} |
- |
-.film-strip-view .frame:hover .thumbnail img { |
- box-shadow: none; |
-} |
- |
-.film-strip-view .frame .time { |
- font-size: 10px; |
- margin-top: 2px; |
-} |