Skip to content

Commit 21cc9e2

Browse files
authored
Change the focus of the navigationitem of the new sidebar (codesandbox#3516)
1 parent 222d560 commit 21cc9e2

File tree

1 file changed

+5
-0
lines changed
  • packages/app/src/app/pages/Sandbox/Editor/Navigation

1 file changed

+5
-0
lines changed

packages/app/src/app/pages/Sandbox/Editor/Navigation/elements.ts

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,11 @@ export const IconContainer = styled(Stack)<{
4444
background: ${props.theme.colors.activityBar.hoverBackground};
4545
}
4646
47+
&:focus {
48+
outline: none;
49+
background: ${props.theme.colors.activityBar.hoverBackground};
50+
}
51+
4752
${props.selected &&
4853
css`
4954
color: ${props.theme.colors.activityBar.selected};

0 commit comments

Comments
 (0)