mirror of
https://github.com/aleksilassila/reiverr.git
synced 2026-04-21 16:25:11 +02:00
Fixes to tab selection
This commit is contained in:
@@ -5,10 +5,13 @@
|
||||
</script>
|
||||
|
||||
<button
|
||||
class={classNames('text-zinc-300 hover:text-zinc-50 p-1 flex items-center justify-center', {
|
||||
'opacity-30 cursor-not-allowed pointer-events-none': disabled,
|
||||
'cursor-pointer': !disabled
|
||||
})}
|
||||
class={classNames(
|
||||
'text-zinc-300 hover:text-zinc-50 p-1 flex items-center justify-center selectable rounded-sm',
|
||||
{
|
||||
'opacity-30 cursor-not-allowed pointer-events-none': disabled,
|
||||
'cursor-pointer': !disabled
|
||||
}
|
||||
)}
|
||||
on:click|stopPropagation
|
||||
>
|
||||
<slot />
|
||||
|
||||
Reference in New Issue
Block a user