mirror of
https://github.com/MODSetter/SurfSense.git
synced 2026-05-23 19:05:16 +02:00
refactor: standardize hover effects and focus styles across UI components
This commit is contained in:
parent
cbfbf59c46
commit
468f4ef121
3 changed files with 5 additions and 5 deletions
|
|
@ -299,7 +299,7 @@ const comboboxItemVariants = cva(
|
|||
variants: {
|
||||
interactive: {
|
||||
false: "",
|
||||
true: "cursor-pointer transition-colors hover:bg-accent hover:text-accent-foreground data-[active-item=true]:bg-accent data-[active-item=true]:text-accent-foreground dark:hover:bg-neutral-700 dark:data-[active-item=true]:bg-neutral-700",
|
||||
true: "cursor-pointer transition-colors hover:bg-accent hover:text-accent-foreground data-[active-item=true]:bg-accent data-[active-item=true]:text-accent-foreground",
|
||||
},
|
||||
},
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue