Tree toggler updates
parent
0c8a4e9362
commit
b8d77f87a2
|
@ -2302,7 +2302,13 @@ export default {
|
|||
'cursor-pointer select-none inline-flex items-center justify-center overflow-hidden relative shrink-0',
|
||||
'mr-2 w-8 h-8 border-0 bg-transparent rounded-full transition duration-200',
|
||||
'hover:border-transparent focus:outline-none focus:outline-offset-0 focus:shadow-[0_0_0_0.2rem_rgba(191,219,254,1)] dark:focus:shadow-[0_0_0_0.2rem_rgba(147,197,253,0.5)]',
|
||||
{ 'text-gray-500 dark:text-white/80 hover:bg-gray-200 dark:hover:bg-gray-800/80 hover:text-gray-800 dark:hover:text-white/80': !context.selected, 'text-blue-600 hover:bg-white/30': context.selected }
|
||||
{
|
||||
'text-gray-500 dark:text-white/80 hover:bg-gray-200 dark:hover:bg-gray-800/80 hover:text-gray-800 dark:hover:text-white/80': !context.selected,
|
||||
'text-blue-600 hover:bg-white/30': context.selected
|
||||
},
|
||||
{
|
||||
hidden: context.leaf
|
||||
}
|
||||
]
|
||||
}),
|
||||
checkboxcontainer: {
|
||||
|
|
Loading…
Reference in New Issue