Skip to content

Commit cb0d824

Browse files
fix(css): consistent :hover styles (#8036)
* fix: consistent :hover styling (#8034) * chore: added comment linking hover style to related components (#8034) * chore: added refrence for hover effect synced with other files
1 parent c39cd36 commit cb0d824

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,11 @@
1616

1717
&:hover {
1818
&:not(.progression) .label {
19+
/* @see https://github.com/nodejs/nodejs.org/blob/main/packages/ui-components/src/Containers/NavBar/NavItem/index.module.css#L24 */
1920
@apply rounded-sm
2021
bg-neutral-100
2122
text-neutral-900
22-
dark:bg-neutral-800
23+
dark:bg-neutral-900
2324
dark:text-neutral-100;
2425
}
2526

0 commit comments

Comments
 (0)