summaryrefslogtreecommitdiffstats
path: root/src/_sidebar.scss
diff options
context:
space:
mode:
Diffstat (limited to 'src/_sidebar.scss')
-rw-r--r--src/_sidebar.scss21
1 files changed, 11 insertions, 10 deletions
diff --git a/src/_sidebar.scss b/src/_sidebar.scss
index 5ddb188..b71c50d 100644
--- a/src/_sidebar.scss
+++ b/src/_sidebar.scss
@@ -9,21 +9,22 @@
9 border-radius: 0; 9 border-radius: 0;
10 10
11 &:not(:first-child) { 11 &:not(:first-child) {
12 margin-block-start: 0; 12 margin-block-start: -1px;
13 padding-block-start: 10px;
14
15 &::before {
16 content: "";
17 display: block;
18 block-size: 1px;
19 margin-block-end: 30px;
20 background-color: var(--wcfContentBorderInner);
21 }
22 } 13 }
23 14
24 &:not(.boxBorderless) { 15 &:not(.boxBorderless) {
25 background-color: props.get(core.$theme, --bg-sidebar); 16 background-color: props.get(core.$theme, --bg-sidebar);
26 } 17 }
18
19 .boxMenu {
20 li {
21 &.active {
22 > .boxMenuLink {
23 background-color: props.get(core.$theme, --bg-sidebar-item);
24 }
25 }
26 }
27 }
27 } 28 }
28 29
29 a { 30 a {