Fixed issues with sidenav accordion

This commit is contained in:
Kasper Rynning-Tønnesen
2018-04-24 14:48:31 +02:00
parent 3662e90e28
commit 6a3851a765
2 changed files with 33 additions and 50 deletions

View File

@@ -653,6 +653,15 @@ nav, .tabs .tab a,
background-color: #2D2D2D;
}
.sidenav .collapsible-header, .sidenav.fixed .collapsible-header {
outline: none !important;
}
.sidenav .collapsible li, .sidenav.fixed .collapsible li {
color: #2d2d2d;
}
.tabs .tab a{
padding: 0px;
}