Skip to content

Commit

Permalink
fix: nav accent (#5533)
Browse files Browse the repository at this point in the history
  • Loading branch information
deleonio authored Nov 6, 2023
2 parents e62290a + c267c29 commit d1dd23e
Show file tree
Hide file tree
Showing 3 changed files with 7 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 @@ -1753,7 +1753,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/v3/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -967,6 +967,9 @@ export const ZOLLv3 = KoliBri.createTheme('zoll-v3', {
.expanded > div > .expand-button kol-icon::part(icon)::before {
content: '\\eab4';
}
.vertical li.active {
border-right: 0.375em solid var(--color-akzent);
}
`,
'KOL-TABS': tabsStyles,
'KOL-BREADCRUMB': css`
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 @@ -1512,6 +1512,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 d1dd23e

Please sign in to comment.