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

Unified Diff: third_party/WebKit/Source/devtools/front_end/product_registry/badge.css

Issue 2886393003: DevTools: Use badges to render products in timeline details. (Closed)
Patch Set: rebaseline Created 3 years, 7 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/product_registry/badge.css
diff --git a/third_party/WebKit/Source/devtools/front_end/product_registry/badge.css b/third_party/WebKit/Source/devtools/front_end/product_registry/badge.css
index 6aa3d0dbb4ffe3cad6d3cff1145e366a26ea36d4..10c9e53a7ffb65707b0dedd810475627b0f1911b 100644
--- a/third_party/WebKit/Source/devtools/front_end/product_registry/badge.css
+++ b/third_party/WebKit/Source/devtools/front_end/product_registry/badge.css
@@ -16,3 +16,11 @@
content: attr(data-initial);
color: #222;
}
+
+.hide-badge-title .product-registry-badge-title {
+ display: none;
+}
+
+.product-registry-badge-title {
+ padding-left: 4px;
+}

Powered by Google App Engine
This is Rietveld 408576698