Skip to content

Commit b5ae809

Browse files
chore: added refrence for hover effect synced with other files
1 parent 38ef6db commit b5ae809

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

packages/ui-components/src/Containers/Sidebar/SidebarItem/index.module.css

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -16,12 +16,7 @@
1616

1717
&:hover {
1818
&:not(.progression) .label {
19-
/*
20-
This ensures a consistent hover effect across the website in dark mode (bg-neutral-900) and light mode (bg-neutral-100).
21-
See:
22-
- src/Containers/NavBar/index.module.css (Navbar hover)
23-
- src/Containers/NavBar/NavItem/index.module.css (Footer hover)
24-
*/
19+
/* @see https://github.com/nodejs/nodejs.org/blob/main/packages/ui-components/src/Containers/NavBar/NavItem/index.module.css#L24 */
2520
@apply rounded-sm
2621
bg-neutral-100
2722
text-neutral-900

0 commit comments

Comments
 (0)