Skip to content

Commit

Permalink
No outline when main region receives focus
Browse files Browse the repository at this point in the history
  • Loading branch information
RoyEJohnson committed Jul 22, 2024
1 parent ec50039 commit 7510ede
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/app/content/components/Page/PageContent.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,10 @@ export default styled(MainContent)`
${contentTextStyle}
overflow: visible;
:focus-visible {
outline: none;
}
@media screen {
flex: 1;
display: flex;
Expand Down

0 comments on commit 7510ede

Please sign in to comment.