Merge pull request #1468 from lenovouser/fix-sidebar-border

Fix sidebar buttons
This commit is contained in:
James Brooks
2016-02-08 13:43:35 +00:00

View File

@@ -65,9 +65,6 @@ body.dashboard {
li { li {
font-size: $sidebar-text-size; font-size: $sidebar-text-size;
&:last-child {
border-bottom: $sidebar-border-color;
}
&.active { &.active {
background: lighten($sidebar-background-color, 2%); background: lighten($sidebar-background-color, 2%);
a { a {