This commit is contained in:
parent
ec7490cc99
commit
6ac8b02381
2 changed files with 5 additions and 0 deletions
|
@ -133,6 +133,10 @@ li .dropdown-item-mobile {
|
|||
margin-top: 0;
|
||||
}
|
||||
|
||||
.dropdown-icon {
|
||||
margin-left: -1rem;
|
||||
}
|
||||
|
||||
.dropdown-menu .dropdown-item:active {
|
||||
background-color: var(--color-off);
|
||||
color: var(--color-text);
|
||||
|
|
|
@ -18,6 +18,7 @@
|
|||
<li class="nav-item dropdown d-flex align-items-center show-on-hover">
|
||||
<!-- Dropdown Parent -->
|
||||
<a class="nav-link" href="{{ $i.url | relURL }}">{{ $i.name }}</a>
|
||||
<svg class="dropdown-icon" xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 -960 960 960" width="24px" fill="currentColor"><path d="M480-360 280-560h400L480-360Z"/></svg>
|
||||
<ul class="dropdown-menu">
|
||||
{{ range $child := $children }}
|
||||
<!-- Dropdown Child Desktop -->
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue