[WebProfilerBundle] Hide inactive tabs from CSS

This commit is contained in:
Roland Franssen 2017-09-20 21:17:51 +02:00
parent 0c10f97f98
commit ea4b0966ab

View File

@ -832,6 +832,8 @@ tr.status-warning td {
.tab-navigation li .badge.status-warning { background: {{ colors.warning|raw }}; color: #FFF; }
.tab-navigation li .badge.status-error { background: {{ colors.error|raw }}; color: #FFF; }
.sf-tabs .tab:not(:first-child) { display: none; }
{# Toggles
========================================================================= #}
.sf-toggle-content {