mirror of
https://github.com/supabase/supabase.git
synced 2026-07-01 01:25:54 +08:00
add pointer events none to sidebar notification dot (#34080)
add pointer events none
This commit is contained in:
@@ -246,7 +246,7 @@ const ActiveDot = (errorArray: any[], warningArray: any[]) => {
|
||||
return (
|
||||
<div
|
||||
className={cn(
|
||||
'absolute flex h-2 w-2 left-[18px] group-data-[state=expanded]:left-[20px] top-2 z-10 rounded-full',
|
||||
'absolute pointer-events-none flex h-2 w-2 left-[18px] group-data-[state=expanded]:left-[20px] top-2 z-10 rounded-full',
|
||||
errorArray.length > 0
|
||||
? 'bg-destructive-600'
|
||||
: warningArray.length > 0
|
||||
|
||||
Reference in New Issue
Block a user