Skip to content

Commit fdc84b6

Browse files
committed
fixup! fixup! fixup! ✨(frontend) adds f2 shortcut using a fakenode since it's outside the treeview struct
1 parent 7b109ab commit fdc84b6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,7 @@ export const DocSubPageItem = (props: TreeViewNodeProps<Doc>) => {
181181
$css: css`
182182
&:focus-visible {
183183
outline: 2px solid var(--c--globals--colors--brand-500);
184-
outline-offset: 2px;
184+
outline-offset: var(--c--globals--spacings--4xs);
185185
}
186186
`,
187187
}}

0 commit comments

Comments
 (0)