atmosphere explorer
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

remove cursor not allowed

Juliet bf1d0cfb 5f924d49

+1 -2
+1 -2
src/components/permission-button.tsx
··· 26 26 const baseClass = 27 27 props.class || 28 28 "flex items-center rounded-sm p-1.5 hover:bg-neutral-200 active:bg-neutral-300 dark:hover:bg-neutral-700 dark:active:bg-neutral-600"; 29 - const disabledClass = 30 - props.disabledClass || "flex items-center rounded-sm p-1.5 opacity-40 cursor-not-allowed"; 29 + const disabledClass = props.disabledClass || "flex items-center rounded-sm p-1.5 opacity-40"; 31 30 32 31 return ( 33 32 <Tooltip text={hasPermission() ? props.tooltip : `${props.tooltip} (permission required)`}>