Skip to content

Commit 50994d5

Browse files
committed
php_api_ref base.css.twig: Hide Symfony Contracts from ToC
1 parent 63a7831 commit 50994d5

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

tools/php_api_ref/.phpdoc/template/css/base.css.twig

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -190,6 +190,10 @@ body.menu-resizing {
190190
background-image: url(../images/minus-white.svg);
191191
}
192192

193+
.md-nav--primary .md-nav__item--nested:has(a[href="namespaces/symfony-contracts.html"]) {
194+
display: none;
195+
}
196+
193197
{# --------------------------------------------------------------------------- #}
194198
{# ------------------------------- Breadcrumbs ------------------------------- #}
195199
{# --------------------------------------------------------------------------- #}

0 commit comments

Comments
 (0)