diff --git a/web/src/components/ChannelList.tsx b/web/src/components/ChannelList.tsx index fe07e0e..fceb29a 100644 --- a/web/src/components/ChannelList.tsx +++ b/web/src/components/ChannelList.tsx @@ -288,19 +288,21 @@ export function ChannelList() { )} - + { e.stopPropagation(); setSettingsChannel({ id: channel.id, name: channel.name }); }} - className="text-gb-fg-f hover:text-gb-orange opacity-0 group-hover:opacity-100" + className="text-gb-fg-f hover:text-gb-orange opacity-0 group-hover:opacity-100 cursor-pointer" title="Channel settings" role="button" - tabIndex={0} + tabIndex={-1} > [⚙]