* Create migrate-colors-primer-18.js * Update colors round 1 * upgrade primer packages * Update index.scss * Replace auto colors * remove btn-primary-matte * Turns out the class names and variables names DONT LINE UP... ugh.... * Check for allowed var colors
14 lines
230 B
SCSS
14 lines
230 B
SCSS
.sidebarArticle::before {
|
|
content: "";
|
|
position: absolute;
|
|
left: 26px;
|
|
height: 100%;
|
|
border-left: 1px solid var(--color-fg-default);
|
|
width: 1px;
|
|
top: 0;
|
|
}
|
|
|
|
.sidebarArticleActive::before {
|
|
border-left-width: 2px;
|
|
}
|