Skip to content

Commit

Permalink
Current highlight is .focus
Browse files Browse the repository at this point in the history
  • Loading branch information
RoyEJohnson committed May 31, 2024
1 parent 2193820 commit 56b16c3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/app/content/components/Page/PageContent.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ export default styled(MainContent)`
}
@media screen {
&[aria-current] {
&.focus {
background-color: ${style.focused};
border-bottom: 0.2rem solid ${style.focusBorder};
padding: 0.2rem 0 0;
Expand Down Expand Up @@ -157,7 +157,7 @@ export default styled(MainContent)`
background-color: #ffea00;
}
&[aria-current] {
&.focus {
${SELF_AND_CHILD_MATH_SELECTOR} {
background-color: #ff9e4b;
padding: 0.2rem 0;
Expand Down

0 comments on commit 56b16c3

Please sign in to comment.