We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 38ef6db commit b5ae809Copy full SHA for b5ae809
1 file changed
packages/ui-components/src/Containers/Sidebar/SidebarItem/index.module.css
@@ -16,12 +16,7 @@
16
17
&:hover {
18
&: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
- */
+ /* @see https://github.com/nodejs/nodejs.org/blob/main/packages/ui-components/src/Containers/NavBar/NavItem/index.module.css#L24 */
25
@apply rounded-sm
26
bg-neutral-100
27
text-neutral-900
0 commit comments