Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit ea4b096

Browse files
committed
[WebProfilerBundle] Hide inactive tabs from CSS
1 parent 0c10f97 commit ea4b096

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/Symfony/Bundle/WebProfilerBundle/Resources/views/Profiler/profiler.css.twig

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -832,6 +832,8 @@ tr.status-warning td {
832832
.tab-navigation li .badge.status-warning { background: {{ colors.warning|raw }}; color: #FFF; }
833833
.tab-navigation li .badge.status-error { background: {{ colors.error|raw }}; color: #FFF; }
834834

835+
.sf-tabs .tab:not(:first-child) { display: none; }
836+
835837
{# Toggles
836838
========================================================================= #}
837839
.sf-toggle-content {

0 commit comments

Comments
 (0)