Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit ea4b096

Browse filesBrowse files
committed
[WebProfilerBundle] Hide inactive tabs from CSS
1 parent 0c10f97 commit ea4b096
Copy full SHA for ea4b096

File tree

1 file changed

+2
-0
lines changed
Filter options

1 file changed

+2
-0
lines changed

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

Copy file name to clipboardExpand all lines: src/Symfony/Bundle/WebProfilerBundle/Resources/views/Profiler/profiler.css.twig
+2Lines 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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.