Skip to content

Commit 32b9b39

Browse files
committed
fixup! ✨(frontend) add keyboard navigation for subdocs with focus activation
1 parent 2a506de commit 32b9b39

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/frontend/apps/impress/src/features/docs/doc-tree/components/DocSubPageItem.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,6 @@ export const DocSubPageItem = (props: TreeViewNodeProps<Doc>) => {
108108
.light-doc-item-actions {
109109
display: flex;
110110
opacity: ${isActive || !isDesktop ? 1 : 0};
111-
visibility: ${isActive || !isDesktop ? 'visible' : 'hidden'};
112111
position: absolute;
113112
right: 0;
114113
top: 0;

0 commit comments

Comments
 (0)