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

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

Issue 2369243004: [DevTools] Improved function preview everywhere (Closed)
Patch Set: extracted regexp! Created 4 years, 3 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/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 a6196c83f8230c128c02ed30d4f1e0405a99fdab..2c41f74d538f99c93b6d16ee6c3d18ea900fa9cd 100644
--- a/third_party/WebKit/Source/devtools/front_end/components/objectValue.css
+++ b/third_party/WebKit/Source/devtools/front_end/components/objectValue.css
@@ -23,10 +23,8 @@
background-color: rgba(56, 121, 217, 0.1);
}
-.object-value-function::before {
- content: "function";
+.function-prefix {
lushnikov 2016/09/28 18:53:19 .object-value-functoin-prefix? to be consistent w
kozy 2016/09/28 19:42:03 Done.
color: rgb(170, 13, 145);
- padding-right: 5px;
}
.object-value-function {

Powered by Google App Engine
This is Rietveld 408576698