Fix sidebar buttons

If you hover it moves because the border at the bottom gets changed.
This commit is contained in:
lenovouser
2016-02-08 14:34:46 +01:00
parent 9666dc67f9
commit 248918f875

View File

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