Skip to content

Commit d0be599

Browse files
committed
fix(NavigationMenu): incorrect hover when disabled and active
1 parent 1e2a10b commit d0be599

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/theme/navigation-menu.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -188,6 +188,7 @@ export default (options: Required<ModuleOptions>) => ({
188188
variant: 'pill',
189189
active: true,
190190
highlight: true,
191+
disabled: false,
191192
class: {
192193
link: ['hover:before:bg-elevated/50', options.theme.transitions && 'before:transition-colors']
193194
}

0 commit comments

Comments
 (0)