Skip to content

Commit f7057d0

Browse files
committed
refactor: add border-radius(0) nav-link
1 parent 5590e03 commit f7057d0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

scss/_aside.scss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
padding: $aside-menu-nav-padding-y $aside-menu-nav-padding-x;
1212
color: $body-color;
1313
border-top: 0;
14+
@include border-radius(0);
1415
&.active {
1516
color: theme-color("primary");
1617
border-right-color: $border-color;

0 commit comments

Comments
 (0)