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

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

Issue 2435153003: DevTools: remove unused css in objectValue.css (Closed)
Patch Set: more Created 4 years, 2 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
« no previous file with comments | « third_party/WebKit/Source/devtools/front_end/components/RemoteObjectPreviewFormatter.js ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/Source/devtools/front_end/components/objectValue.css
diff --git a/third_party/WebKit/Source/devtools/front_end/components/objectValue.css b/third_party/WebKit/Source/devtools/front_end/components/objectValue.css
index 395cfcdafb9d22ff9abf32f0d60e5ab5c1c43dc7..49a9ed46a836c05d0b72e2a8ad75e058205bdda7 100644
--- a/third_party/WebKit/Source/devtools/front_end/components/objectValue.css
+++ b/third_party/WebKit/Source/devtools/front_end/components/objectValue.css
@@ -23,7 +23,8 @@
background-color: rgba(56, 121, 217, 0.1);
}
-.object-value-function-prefix {
+.object-value-function-prefix,
+.object-value-boolean {
color: rgb(170, 13, 145);
}
@@ -54,9 +55,6 @@
.object-value-number {
color: rgb(28, 0, 207);
}
-.object-value-boolean {
- color: rgb(170, 13, 145);
-}
.object-value-string,
.object-value-regexp,
@@ -85,39 +83,6 @@
text-decoration: underline;
}
-.object-value-object .section,
-.object-value-promise .section,
-.object-formatted-map .section,
-.object-value-set .section,
-.object-value-iterator .section,
-.object-value-generator .section,
-.object-value-node .section,
-.object-value-typedarray .section,
-.object-value-array .section {
- position: static;
-}
-
-.object-value-object .section > .header::before,
-.object-value-promise .section > .header::before {
- margin-top: 0;
-}
-
-
-.object-value-object .properties-tree,
-.object-value-promise .properties-tree,
-.object-value-map .properties-tree,
-.object-value-set .properties-tree,
-.object-value-iterator .properties-tree,
-.object-value-generator .properties-tree,
-.object-value-node .properties-tree {
- padding-left: 0 !important;
-}
-
-.object-value-preview-node,
-.section .object-value-node {
- color: rgb(136, 18, 128);
-}
-
.object-properties-section-custom-section {
display: inline-flex;
flex-direction: column;
« no previous file with comments | « third_party/WebKit/Source/devtools/front_end/components/RemoteObjectPreviewFormatter.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698