Skip to content

Commit bc3f4a7

Browse files
feat(BaseLinkTabs): add hover effect (#7953)
fix: add hover effect to blog page menu links (#7952)
1 parent a356572 commit bc3f4a7

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

packages/ui-components/src/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)