From 0de5ca0302812c82f2d3b7a3e575bc4641e7c53e Mon Sep 17 00:00:00 2001 From: Steve Hoang <82992510+lotusk08@users.noreply.github.com> Date: Tue, 10 Dec 2024 12:31:40 +0700 Subject: [PATCH] style: remove sidebar background --- _sass/layout/_sidebar.scss | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/_sass/layout/_sidebar.scss b/_sass/layout/_sidebar.scss index a480463d8f2..454ee4692e4 100644 --- a/_sass/layout/_sidebar.scss +++ b/_sass/layout/_sidebar.scss @@ -16,8 +16,8 @@ $sidebar-display: 'sidebar-display'; /* the attribute for sidebar display */ height: 100%; overflow-y: auto; width: v.$sidebar-width; - background: var(--sidebar-bg); - border-right: 1px solid var(--sidebar-border-color); + /*background: var(--sidebar-bg); + border-right: 1px solid var(--sidebar-border-color);*/ /* Hide scrollbar for IE, Edge and Firefox */ -ms-overflow-style: none; /* IE and Edge */ @@ -122,6 +122,7 @@ $sidebar-display: 'sidebar-display'; /* the attribute for sidebar display */ ul { margin-bottom: 2rem; + border-right: 1px solid var(--tb-border-color); li.nav-item { opacity: 0.9; @@ -178,7 +179,7 @@ $sidebar-display: 'sidebar-display'; /* the attribute for sidebar display */ padding-left: 2rem; padding-right: 1rem; margin-bottom: 1.5rem; - justify-content: center; + /*justify-content: center;*/ @include bp.xxxl { padding-left: 2.75rem;