Skip to content

Commit ace77fd

Browse files
authored
fix(app): remove focus state in nav on app load (#11068)
1 parent 5a4a1aa commit ace77fd

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

app/src/App/Navbar.tsx

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,11 @@ const NavbarLink = styled(NavLink)`
4242
background-color: ${COLORS.darkGreyHover};
4343
}
4444
45+
&:focus-visible.active {
46+
box-shadow: none;
47+
outline: none;
48+
}
49+
4550
&:active {
4651
background-color: ${COLORS.darkBlackPressed};
4752
}

0 commit comments

Comments
 (0)