Skip to content

Commit 6c76754

Browse files
authored
Merge pull request #584 from layer5io/miacycle/resources/icon
Menu: New Resources drowndown menu arrow
2 parents 858717e + 3d46dc3 commit 6c76754

File tree

2 files changed

+1
-5
lines changed

2 files changed

+1
-5
lines changed

assets/scss/_navbar_project.scss

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,6 @@
1010
color: $primary !important;
1111
}
1212

13-
.down-icon{
14-
font-size: 0.75rem;
15-
}
16-
1713
// @media (min-width: 768px) {
1814
// &:hover {
1915
// .dropdown-menu {

layouts/partials/navbar.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
role="button"
3535
data-toggle="dropdown"
3636
>
37-
Resources<span class="down-icon">&#9660;</span>
37+
Resources<span class="down-icon"><svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" viewBox="0 0 16 16"><path fill-rule="evenodd" d="M8 4a.5.5 0 0 1 .5.5v5.793l2.146-2.147a.5.5 0 0 1 .708.708l-3 3a.5.5 0 0 1-.708 0l-3-3a.5.5 0 1 1 .708-.708L7.5 10.293V4.5A.5.5 0 0 1 8 4"/></svg></span>
3838
</div>
3939
<div class="dropdown-menu dropdown-menu--col" aria-labelledby="resourcesDropdown" style="visibility:hidden;">
4040
<a

0 commit comments

Comments
 (0)