mirror of
https://github.com/ArthurDanjou/ui.git
synced 2026-01-14 20:19:34 +01:00
fix(NavigationMenu): incorrect hover when disabled and active
This commit is contained in:
@@ -188,6 +188,7 @@ export default (options: Required<ModuleOptions>) => ({
|
||||
variant: 'pill',
|
||||
active: true,
|
||||
highlight: true,
|
||||
disabled: false,
|
||||
class: {
|
||||
link: ['hover:before:bg-elevated/50', options.theme.transitions && 'before:transition-colors']
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user