Chromium Code Reviews| 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..1bc81794e8d563ee2b29d7431781ebedcbbdebd6 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,13 @@ |
| flex-grow: 0; |
| } |
| +.badge { |
| + pointer-events: none; |
| + margin-right: 4px; |
| + display: inline-block; |
| + height: 15px; |
| +} |
| + |
| .subtitle { |
| color: #999; |
| margin-right: 3px; |