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

Unified Diff: third_party/WebKit/Source/devtools/front_end/elements/computedStyleWidgetTree.css

Issue 2932593003: DevTools: migrate ComputedStyleWidget to shadow (Closed)
Patch Set: ac Created 3 years, 6 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/elements/computedStyleWidgetTree.css
diff --git a/third_party/WebKit/Source/devtools/front_end/elements/computedStyleSidebarPane.css b/third_party/WebKit/Source/devtools/front_end/elements/computedStyleWidgetTree.css
similarity index 93%
copy from third_party/WebKit/Source/devtools/front_end/elements/computedStyleSidebarPane.css
copy to third_party/WebKit/Source/devtools/front_end/elements/computedStyleWidgetTree.css
index a04c7aafdbabb8c40aa702ae840db3e0d23fc9ea..f33a4aec023cca8939eef89da229ef9c65a50152 100644
--- a/third_party/WebKit/Source/devtools/front_end/elements/computedStyleSidebarPane.css
+++ b/third_party/WebKit/Source/devtools/front_end/elements/computedStyleWidgetTree.css
@@ -1,14 +1,9 @@
/*
- * Copyright (c) 2015 The Chromium Authors. All rights reserved.
+ * Copyright (c) 2017 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.
*/
-.computed-properties {
- -webkit-user-select: text;
- flex-shrink: 0;
-}
-
.computed-style-property {
display: flex;
overflow: hidden;

Powered by Google App Engine
This is Rietveld 408576698