Commit c40d5217 authored by Kevin Yumang's avatar Kevin Yumang

SERV-2286 - side nav menu active color modifications

parent ec7f185f
/* overrides the limitless template's active color blue of a plain menu (no submenu) to gray */
.nav-sidebar .nav-item>.nav-link.active {
background-color: rgba(255, 255, 255, .1);
}
\ No newline at end of file
...@@ -47,7 +47,8 @@ class Config ...@@ -47,7 +47,8 @@ class Config
{ {
$this->assetAllocation = [ $this->assetAllocation = [
'Limitless::SideNavStart' => [ 'Limitless::SideNavStart' => [
'Attachments/sidenav.js' 'Attachments/sidenav.js',
'Attachments/sidenav.css'
] ]
]; ];
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment