Skip to content

Commit

Permalink
fix: nav accent (#5534)
Browse files Browse the repository at this point in the history
  • Loading branch information
deleonio authored Nov 6, 2023
2 parents 0c2d17f + f473390 commit 0f38240
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion packages/themes/zoll/src/mapz.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1762,7 +1762,7 @@ export const MAPZ = KoliBri.createTheme('mapz', {
.list.horizontal > li:not(:first-child) {
border-left: 0.1em dotted white;
}
.vertical li.has-children.selected {
.vertical li.active {
border-right: 0.375em solid var(--kolibri-color-accent);
}
.entry {
Expand Down
3 changes: 3 additions & 0 deletions packages/themes/zoll/src/zoll-v2.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1561,6 +1561,9 @@ export const ZOLLv2 = KoliBri.createTheme('zoll-v2', {
.expanded > div > .expand-button kol-icon::part(icon)::before {
content: '\\eab4';
}
.vertical li.active {
border-right: 0.375em solid var(--color-akzent);
}
`,
'KOL-TABS': css`
:host > div {
Expand Down

0 comments on commit 0f38240

Please sign in to comment.