From 248918f87582b8d17bd4669fe18776a39d124e09 Mon Sep 17 00:00:00 2001 From: lenovouser Date: Mon, 8 Feb 2016 14:34:46 +0100 Subject: [PATCH] Fix sidebar buttons If you hover it moves because the border at the bottom gets changed. --- resources/assets/sass/partials/_sidebar.scss | 3 --- 1 file changed, 3 deletions(-) diff --git a/resources/assets/sass/partials/_sidebar.scss b/resources/assets/sass/partials/_sidebar.scss index 92c4a5d3..e3b55ac2 100755 --- a/resources/assets/sass/partials/_sidebar.scss +++ b/resources/assets/sass/partials/_sidebar.scss @@ -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 {