* refactor sidebar, scope css, wire up nav events to link component, update tests * remove link onClick analytics event * fix: missing key on breadcrumbs
14 lines
232 B
SCSS
14 lines
232 B
SCSS
.sidebarArticle::before {
|
|
content: "";
|
|
position: absolute;
|
|
left: 26px;
|
|
height: 100%;
|
|
border-left: 1px solid var(--color-text-primary);
|
|
width: 1px;
|
|
top: 0;
|
|
}
|
|
|
|
.sidebarArticleActive::before {
|
|
border-left-width: 2px;
|
|
}
|