Skip to content

Commit 581afe0

Browse files
fix: add hover effect to blog page menu links (#7952)
1 parent 5572773 commit 581afe0

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

packages/ui-components/Common/BaseLinkTabs/index.module.css

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,13 @@
2121
text-neutral-800
2222
dark:text-neutral-200;
2323

24+
&:not([data-state='active']):hover {
25+
@apply border-b-neutral-900
26+
text-neutral-900
27+
dark:border-b-neutral-300
28+
dark:text-neutral-300;
29+
}
30+
2431
&[data-state='active'] {
2532
@apply border-b-green-600
2633
text-green-600

0 commit comments

Comments
 (0)