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

Unified Diff: third_party/WebKit/Source/devtools/front_end/console/consoleContextSelector.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/console/consoleContextSelector.css
diff --git a/third_party/WebKit/Source/devtools/front_end/console/consoleContextSelector.css b/third_party/WebKit/Source/devtools/front_end/console/consoleContextSelector.css
index 845c9ae76bdc57bd755a4f711ed97429b7d4e302..9d2b8e7640359861b431da1506d723f339f11210 100644
--- a/third_party/WebKit/Source/devtools/front_end/console/consoleContextSelector.css
+++ b/third_party/WebKit/Source/devtools/front_end/console/consoleContextSelector.css
@@ -8,7 +8,7 @@
white-space: nowrap;
display: flex;
flex-direction: column;
- height: 34px;
+ height: 36px;
justify-content: center;
}
@@ -22,6 +22,10 @@
flex-grow: 0;
}
+.badge {
+ margin-right: 4px;
+}
+
.subtitle {
color: #999;
margin-right: 3px;

Powered by Google App Engine
This is Rietveld 408576698