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

Unified Diff: third_party/WebKit/Source/devtools/front_end/components/objectPropertiesSection.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/objectPropertiesSection.css
diff --git a/third_party/WebKit/Source/devtools/front_end/components/objectPropertiesSection.css b/third_party/WebKit/Source/devtools/front_end/components/objectPropertiesSection.css
deleted file mode 100644
index 70e1f29101d83b616e85212abd746edcd01567f5..0000000000000000000000000000000000000000
--- a/third_party/WebKit/Source/devtools/front_end/components/objectPropertiesSection.css
+++ /dev/null
@@ -1,58 +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.
- */
-
-.object-properties-section .name {
- color: rgb(136, 19, 145);
- flex-shrink: 0;
-}
-
-.object-properties-section-separator {
- flex-shrink: 0;
- padding-right: 5px;
-}
-
-.object-properties-section-dimmed {
- opacity: 0.6;
-}
-
-.object-properties-section {
- padding: 0 0 0px 0px;
- color: rgb(33,33,33) !important;
- display: flex;
- flex-direction: column;
-}
-
-.object-properties-section li {
- -webkit-user-select: text;
-}
-
-.object-properties-section li::before {
- top: -1px;
-}
-
-.object-properties-section li.editing-sub-part {
- padding: 3px 6px 8px;
- margin: -1px -6px -8px -6px;
- text-overflow: clip;
-}
-
-.object-properties-section li.editing {
- margin-left: 10px;
- text-overflow: clip;
-}
-
-.tree-outline ol.title-less-mode {
- padding-left: 0px;
-}
-
-.object-properties-section .synthetic-property {
- font-style: italic;
-}
-
-.object-properties-section-root-element {
- display: flex;
- flex-direction: row;
-}

Powered by Google App Engine
This is Rietveld 408576698