Skip to content

Commit 3f3e5e5

Browse files
Apply PR #11258: fix(app): always show project menu button for mobile a11y
2 parents 159280e + 9886766 commit 3f3e5e5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/app/src/pages/layout.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2583,7 +2583,7 @@ export default function Layout(props: ParentProps) {
25832583
variant="ghost"
25842584
data-action="project-menu"
25852585
data-project={base64Encode(p.worktree)}
2586-
class="shrink-0 size-6 rounded-md opacity-0 group-hover/project:opacity-100 data-[expanded]:opacity-100 data-[expanded]:bg-surface-base-active"
2586+
class="shrink-0 size-6 rounded-md data-[expanded]:bg-surface-base-active"
25872587
aria-label={language.t("common.moreOptions")}
25882588
/>
25892589
<DropdownMenu.Portal mount={!panelProps.mobile ? state.nav : undefined}>

0 commit comments

Comments
 (0)