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

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

Issue 2879943003: DevTools: render product badges behind the setting. (Closed)
Patch Set: removed module from the list. 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
new file mode 100644
index 0000000000000000000000000000000000000000..54c946844faba009279732a8c5564b3093c59390
--- /dev/null
+++ b/third_party/WebKit/Source/devtools/front_end/product_registry/badge.css
@@ -0,0 +1,14 @@
+/*
+ * Copyright 2017 The Chromium Authors. All rights reserved.
+ * Use of this source code is governed by a BSD-style license that can be
+ * found in the LICENSE file.
+ */
+
+.product-registry-badge {
+ background-color: rgba(0, 0, 0, 0.2);
+ border-radius: 2px;
+ padding: 1px 2px;
+ margin-right: 4px;
+ white-space: pre;
+ cursor: pointer;
+}

Powered by Google App Engine
This is Rietveld 408576698