1
0
mirror of https://github.com/netbox-community/netbox.git synced 2024-05-10 07:54:54 +00:00

#6372: Improve sidebar styling

This commit is contained in:
checktheroads
2021-06-23 11:39:32 -07:00
parent 0b819053cf
commit e1391cae20

View File

@ -11,7 +11,7 @@
data-bs-target="#{{ menu.label|lower }}"
class="d-flex justify-content-between align-items-center accordion-button nav-link collapsed">
<span class="fw-bold sidebar-nav-link">
<i class="mdi mdi-{{ menu.icon }} me-1"></i>
<i class="mdi mdi-{{ menu.icon }} me-1 opacity-50"></i>
{{ menu.label }}
</span>
</a>