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

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

Issue 2889833003: DevTools: Show badges instead of products in ConsoleContextSelector (Closed)
Patch Set: 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..8c57c52d6dcdb658a065dbbc449df7aa2a414a87 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
@@ -9,7 +9,11 @@
border-radius: 2px;
padding: 1px 2px;
white-space: pre;
- cursor: pointer;
+ display: inline-block;
+}
+
+.product-registry-badge.clickable {
+ cursor: pointer;
}
.product-registry-badge::before {

Powered by Google App Engine
This is Rietveld 408576698