Merge pull request #1468 from lenovouser/fix-sidebar-border
Fix sidebar buttons
This commit is contained in:
3
resources/assets/sass/partials/_sidebar.scss
vendored
3
resources/assets/sass/partials/_sidebar.scss
vendored
@@ -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 {
|
||||||
|
|||||||
Reference in New Issue
Block a user