Add sidebar tab icons to drop-down menu

This commit is contained in:
Nick O'Leary
2018-07-11 14:15:31 +01:00
parent 7dd98e99f9
commit 28402b0894
3 changed files with 13 additions and 3 deletions

View File

@@ -19,3 +19,7 @@
div.btn-group, a.btn {
@include disable-selection;
}
.dropdown-menu>li>a {
color: #444;
}