We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5781fa0 commit f445015Copy full SHA for f445015
1 file changed
src/renderer/src/components/WindowSideBarSessionItem.vue
@@ -36,7 +36,7 @@ const pinActionLabel = computed(() =>
36
37
<template>
38
<div
39
- class="session-item no-drag flex w-full items-center gap-1 rounded-md px-2 py-1.5 text-left transition-colors duration-200"
+ class="session-item select-none cursor-pointer no-drag flex w-full items-center gap-1 rounded-md px-2 py-1.5 text-left transition-colors duration-200"
40
:class="active ? 'bg-accent text-accent-foreground' : 'text-foreground/80 hover:bg-accent/50'"
41
:data-pin-fx="pinFeedbackMode ?? undefined"
42
:data-hero-hidden="heroHidden ? 'true' : undefined"
0 commit comments