Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Enhancement: added navItem hover #6775

Merged
merged 9 commits into from
Jun 14, 2024
8 changes: 7 additions & 1 deletion components/Containers/NavBar/NavItem/index.module.css
mAmineChniti marked this conversation as resolved.
Show resolved Hide resolved
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,11 @@
dark:text-neutral-200;
}

&:hover {
@apply bg-neutral-100
dark:bg-neutral-900;
}

&.nav {
.label {
@apply text-neutral-900
Expand Down Expand Up @@ -45,7 +50,8 @@
}

&:hover {
@apply bg-neutral-100 dark:bg-neutral-900;
@apply bg-neutral-100
dark:bg-neutral-900;
}
}
}
Loading