Skip to content

Commit

Permalink
chore: Remove unneeded comments
Browse files Browse the repository at this point in the history
  • Loading branch information
EnMod committed Jul 24, 2024
1 parent bbd45d6 commit eaf25cf
Showing 1 changed file with 0 additions and 14 deletions.
14 changes: 0 additions & 14 deletions src/components/navigation-header/navigation-header.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -99,18 +99,4 @@
&[aria-expanded='true'] {
border-color: var(--token-color-border-strong);
}

/* @nest html[data-theme='light'] & {
&:active {
background-color: var(--token-color-foreground-primary);
}
} */

/* @nest html[data-theme='dark'] & {
color: var(--token-color-foreground-strong);
&:hover, &[aria-expanded='true'] {
border-color: var(--token-color-border-strong);
}
} */
}

0 comments on commit eaf25cf

Please sign in to comment.