Skip to content

Commit

Permalink
fix: #2556
Browse files Browse the repository at this point in the history
  • Loading branch information
saadeghi committed Nov 23, 2023
1 parent 0b9a65f commit b87e5bc
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions src/components/styled/menu.css
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,7 @@
}
@media (hover: hover) {
&:not(.active):hover {
@apply text-base-content cursor-pointer outline-none;
@supports (color: oklch(0 0 0)) {
@apply bg-base-content/10;
}
@apply cursor-pointer outline-none;
}
}
}
Expand Down

0 comments on commit b87e5bc

Please sign in to comment.