mirror of
https://github.com/a2nt/cms-niceties.git
synced 2024-10-22 09:05:46 +00:00
FIX: dropdowns
This commit is contained in:
parent
671298a590
commit
32d3431909
@ -1,11 +1,10 @@
|
|||||||
<% if $Children %>
|
<% if $Children %>
|
||||||
<div
|
<div
|
||||||
class="
|
class="
|
||||||
nav-item dropdown dropdown-hover
|
nav-item dropdown
|
||||||
<% if $SubmenuColumns %>submenu-cols-dropdown<% end_if %>
|
<% if $SubmenuColumns %>submenu-cols-dropdown<% end_if %>
|
||||||
{$CSSClass} {$ExtraClass}
|
{$CSSClass} {$ExtraClass}
|
||||||
"
|
"
|
||||||
<% if $Children %>data-bs-toggle="hover"<% end_if %>
|
|
||||||
>
|
>
|
||||||
<% include NavItem_link ExtraClass="dropdown-toggle dropdown-toggle-fl dropdown-toggle-notouch" %>
|
<% include NavItem_link ExtraClass="dropdown-toggle dropdown-toggle-fl dropdown-toggle-notouch" %>
|
||||||
|
|
||||||
@ -13,7 +12,7 @@
|
|||||||
id="NavItemButton{$ID}"
|
id="NavItemButton{$ID}"
|
||||||
class="nav-link dropdown-toggle dropdown-toggle-sm dropdown-toggle-touch<% if $RedirectionType = 'External' || $ExternalURL || $OpenInNewWindow %> external<% end_if %><% if $DropdownNoLink %> d-block<% end_if %>"
|
class="nav-link dropdown-toggle dropdown-toggle-sm dropdown-toggle-touch<% if $RedirectionType = 'External' || $ExternalURL || $OpenInNewWindow %> external<% end_if %><% if $DropdownNoLink %> d-block<% end_if %>"
|
||||||
role="button"
|
role="button"
|
||||||
data-bs-toggle="dropdown"
|
data-bs-toggle="hover"
|
||||||
aria-expanded="false"
|
aria-expanded="false"
|
||||||
type="button"
|
type="button"
|
||||||
>
|
>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user