Skip to content

Commit

Permalink
fix: #2125
Browse files Browse the repository at this point in the history
  • Loading branch information
saadeghi committed Jul 24, 2023
1 parent dfd1c9b commit df24a09
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/styled/menu.css
Expand Up @@ -32,8 +32,8 @@
}
}

.menu li > *:not(ul):not(details):active,
.menu li > *:not(ul):not(details).active,
.menu li > *:not(ul):not(.menu-title):not(details):active,
.menu li > *:not(ul):not(.menu-title):not(details).active,
.menu li > details > summary:active {
@apply bg-neutral text-neutral-content [@media(hover:hover)]:bg-neutral [@media(hover:hover)]:text-neutral-content;
}
Expand Down

0 comments on commit df24a09

Please sign in to comment.