1
0
mirror of synced 2025-12-22 11:26:57 -05:00
Files
docs/components/sidebar/SidebarProduct.module.scss
Mike Surowiec c433c43019 Sidebar refactor: scope css + more (#20837)
* refactor sidebar, scope css, wire up nav events to link component, update tests

* remove link onClick analytics event

* fix: missing key on breadcrumbs
2021-08-12 15:28:32 -04:00

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;
}