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 29, 2024
1 parent 4b0f8f9 commit 07cca7c
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/app/content/__snapshots__/routes.spec.tsx.snap
Original file line number Diff line number Diff line change
Expand Up @@ -279,6 +279,10 @@ Array [
overflow: visible;
}
.c4:focus-visible {
outline: none;
}
.c4 .highlight {
position: relative;
z-index: 1;
Expand Down
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
Original file line number Diff line number Diff line change
Expand Up @@ -699,6 +699,10 @@ Array [
overflow: visible;
}
.c78:focus-visible {
outline: none;
}
.c78 .highlight {
position: relative;
z-index: 1;
Expand Down Expand Up @@ -5472,6 +5476,10 @@ Array [
overflow: visible;
}
.c78:focus-visible {
outline: none;
}
.c78 .highlight {
position: relative;
z-index: 1;
Expand Down

0 comments on commit 07cca7c

Please sign in to comment.