Changed info buttons to have Help cursor
This commit is contained in:
parent
1b23952026
commit
79e52d49b1
3 changed files with 3 additions and 3 deletions
|
|
@ -324,7 +324,7 @@ export default function ParameterComponent({
|
|||
{info !== "" && (
|
||||
<ShadTooltip content={infoHtml.current}>
|
||||
{/* put div to avoid bug that does not display tooltip */}
|
||||
<div>
|
||||
<div className="cursor-help">
|
||||
<IconComponent
|
||||
name="Info"
|
||||
className="relative bottom-px ml-1.5 h-3 w-4"
|
||||
|
|
|
|||
|
|
@ -80,7 +80,7 @@ export default function SingleAlert({
|
|||
className="mx-2 mb-2 flex rounded-md bg-info-background p-3"
|
||||
key={dropItem.id}
|
||||
>
|
||||
<div className="flex-shrink-0">
|
||||
<div className="flex-shrink-0 cursor-help">
|
||||
<IconComponent
|
||||
name="Info"
|
||||
className="h-5 w-5 text-status-blue "
|
||||
|
|
|
|||
|
|
@ -39,7 +39,7 @@ export default function NoticeAlert({
|
|||
className="nocopy nowheel nopan nodelete nodrag noundo mt-6 w-96 rounded-md bg-info-background p-4 shadow-xl"
|
||||
>
|
||||
<div className="flex">
|
||||
<div className="flex-shrink-0">
|
||||
<div className="flex-shrink-0 cursor-help">
|
||||
<IconComponent
|
||||
name="Info"
|
||||
className="h-5 w-5 text-status-blue "
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue