Index: ui/webui/resources/cr_elements/cr_collapse/cr_collapse.css |
diff --git a/ui/webui/resources/cr_elements/cr_collapse/cr_collapse.css b/ui/webui/resources/cr_elements/cr_collapse/cr_collapse.css |
deleted file mode 100644 |
index 2585b3faf0ecda54cec882da4049426665ac8122..0000000000000000000000000000000000000000 |
--- a/ui/webui/resources/cr_elements/cr_collapse/cr_collapse.css |
+++ /dev/null |
@@ -1,11 +0,0 @@ |
-/* Copyright 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 { |
- display: block; |
-} |
- |
-:host(.cr-collapse-closed) { |
- display: none; |
-} |