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

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

Issue 2879973003: DevTools: Show product badge in console (Closed)
Patch Set: Merge branch 'master' into badge_final 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
« no previous file with comments | « third_party/WebKit/Source/devtools/front_end/product_registry/BadgePool.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/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 54c946844faba009279732a8c5564b3093c59390..6aa3d0dbb4ffe3cad6d3cff1145e366a26ea36d4 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
@@ -8,7 +8,11 @@
background-color: rgba(0, 0, 0, 0.2);
border-radius: 2px;
padding: 1px 2px;
- margin-right: 4px;
white-space: pre;
cursor: pointer;
}
+
+.product-registry-badge::before {
+ content: attr(data-initial);
+ color: #222;
+}
« no previous file with comments | « third_party/WebKit/Source/devtools/front_end/product_registry/BadgePool.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698