Compare commits

..

No commits in common. "e3dce4859bcc5f51a04ca214a629a75f1b694522" and "74698047ed3bc8d29b46cbc8878cec3be3c856b4" have entirely different histories.

3 changed files with 5 additions and 7 deletions

View file

@ -5,8 +5,7 @@
"workspaceFolder": "/shared-workspaces/mantra",
"extensions": [
"adrianhumphreys.silverstripe",
"bmewburn.vscode-intelephense-client",
"felixfbecker.php-debug",
"felixfbecker.php-pack",
"manuth.eslint-language-service",
"ms-vscode.vscode-typescript-tslint-plugin",
"neilbrayfield.php-docblocker"

View file

@ -1,8 +1,7 @@
{
"recommendations": [
"adrianhumphreys.silverstripe",
"bmewburn.vscode-intelephense-client",
"felixfbecker.php-debug",
"felixfbecker.php-pack",
"manuth.eslint-language-service",
"ms-vscode-remote.remote-containers",
"msjsdiag.debugger-for-chrome",

View file

@ -29,11 +29,11 @@
</a>
<div class="dropdown-menu" aria-labelledby="mainNav_$URLSegment">
<a class="dropdown-item<% if $isCurrent %> active <% end_if %>" href="$Link">
$MenuTitle<% if $isCurrent %><span class="visually-hidden"> (current)</span><% end_if %>
$MenuTitle<% if $isCurrent %><span class="sr-only"> (current)</span><% end_if %>
</a>
<div class="dropdown-divider"></div>
<% loop $Children %>
<a class="dropdown-item<% if $isCurrent %> active<% end_if %>" href="$Link">
<a class="dropdown-item<% if $isCurrent %> active <% end_if %>" href="$Link">
$MenuTitle
</a>
<% end_loop %>
@ -42,7 +42,7 @@
<% else %>
<li class="nav-item<% if $isCurrent %> active<% end_if %>">
<a class="nav-link" href="$Link">
$MenuTitle<% if $isCurrent %><span class="visually-hidden"> (current)</span><% end_if %>
$MenuTitle<% if $isCurrent %><span class="sr-only"> (current)</span><% end_if %>
</a>
</li>
<% end_if %>