We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 22d4bff + a39dd24 commit 2c1678dCopy full SHA for 2c1678d
1 file changed
packages/app/src/pages/layout.tsx
@@ -2577,7 +2577,7 @@ export default function Layout(props: ParentProps) {
2577
as={IconButton}
2578
icon="dot-grid"
2579
variant="ghost"
2580
- class="shrink-0 size-6 rounded-md opacity-0 group-hover/project:opacity-100 data-[expanded]:opacity-100 data-[expanded]:bg-surface-base-active"
+ class="shrink-0 size-6 rounded-md data-[expanded]:bg-surface-base-active"
2581
aria-label={language.t("common.moreOptions")}
2582
/>
2583
<DropdownMenu.Portal mount={!panelProps.mobile ? state.nav : undefined}>
0 commit comments