Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1436)

Unified Diff: third_party/WebKit/Source/devtools/front_end/components/customPreviewComponent.css

Issue 2712513002: DevTools: extract ObjectUI module from Components (Closed)
Patch Set: fix build.gn Created 3 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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;
-}

Powered by Google App Engine
This is Rietveld 408576698