We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a5d11ff + 51c365c commit 7baa08fCopy full SHA for 7baa08f
1 file changed
gui/src/components/mainInput/Lump/sections/tool-policies/ToolPolicyItem.tsx
@@ -118,7 +118,7 @@ function ToolPolicyItem(props: ToolDropdownItemProps) {
118
</div>
119
120
<div
121
- className={`flex w-8 flex-row items-center justify-end gap-2 px-2 py-0.5 sm:w-16 ${disabled ? "cursor-not-allowed" : "hover:text-list-active-foreground cursor-pointer hover:brightness-125"}`}
+ className={`flex w-8 select-none flex-row items-center justify-end gap-2 px-2 py-0.5 sm:w-16 ${disabled ? "cursor-not-allowed" : "hover:text-list-active-foreground cursor-pointer hover:brightness-125"}`}
122
data-testid={`tool-policy-item-${props.tool.function.name}`}
123
data-tooltip-id={disabled ? disabledTooltipId : undefined}
124
onClick={
0 commit comments