Skip to content

Commit 1dca708

Browse files
fix: only apply bold font-weight to active sidebar link (#6926)
1 parent 80f04ce commit 1dca708

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

frontend/web/styles/project/_sidebar.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
.sidebar-link {
22
color: $body-color;
3-
font-weight: 600;
43
transition: background-color 0.15s ease, color 0.15s ease;
54

65
svg path {
@@ -22,6 +21,7 @@
2221
}
2322

2423
&--active {
24+
font-weight: 600;
2525
background-color: transparentize($primary, 0.95);
2626
}
2727
}

0 commit comments

Comments
 (0)