Skip to content

Commit

Permalink
minor fix
Browse files Browse the repository at this point in the history
  • Loading branch information
marcantondahmen committed Sep 1, 2024
1 parent 5db123f commit fde9cc0
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions automad/src/client/admin/styles/components/nav.less
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,12 @@
color: hsl(var(--am-clr-text)) !important;
}

&__item--active[am-publication-state*='draft'] > &__link:after {
content: '';
font-size: 0.8rem;
color: hsl(var(--am-clr-primary-text)) !important;
}

&__link {
box-sizing: border-box;
display: flex;
Expand Down

0 comments on commit fde9cc0

Please sign in to comment.