Skip to content

Commit

Permalink
fix: #1868
Browse files Browse the repository at this point in the history
  • Loading branch information
saadeghi committed Jun 7, 2023
1 parent 4372484 commit 85c7309
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions src/components/styled/menu.css
Original file line number Diff line number Diff line change
Expand Up @@ -22,13 +22,13 @@

:where(li:not(.menu-title):not(.disabled) > *:not(ul):not(details):not(.menu-title)),
:where(li:not(.menu-title):not(.disabled) > details > summary:not(.menu-title)) {
&.focus,
&:focus {
@apply outline-none bg-base-content/10 cursor-pointer;
&:not(.active).focus,
&:not(.active):focus {
@apply outline-none bg-base-content/10 text-base-content cursor-pointer;
}
@media (hover: hover) {
&:hover {
@apply outline-none bg-base-content/10 cursor-pointer;
&:not(.active):hover {
@apply outline-none bg-base-content/10 text-base-content cursor-pointer;
}
}
&:active,
Expand Down

0 comments on commit 85c7309

Please sign in to comment.