Skip to content

Commit 25cdd61

Browse files
committed
fixup! ✨(frontend) add keyboard navigation for subdocs with focus activation
1 parent 7250d07 commit 25cdd61

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
@@ -117,7 +117,6 @@ export const DocSubPageItem = (props: TreeViewNodeProps<Doc>) => {
117117
.light-doc-item-actions {
118118
display: flex;
119119
opacity: ${isActive || !isDesktop ? 1 : 0};
120-
visibility: ${isActive || !isDesktop ? 'visible' : 'hidden'};
121120
position: absolute;
122121
right: 0;
123122
top: 0;

0 commit comments

Comments
 (0)