Skip to content

Commit

Permalink
Remove visited link style in Scorecard side-nav
Browse files Browse the repository at this point in the history
  • Loading branch information
drbgfc committed Aug 15, 2024
1 parent c77f532 commit 75f853a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/components/c-cda/scorecard/ScorecardSideNav.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,10 @@ export default function ScorecardSideNav({ results }: ScorecardSideNavProps) {
const menuItemStyle = {
fontWeight: 'bold',
py: 1,
'&:visited': {
color: 'inherit',
textDecoration: 'none',
},
}

return (
Expand Down

0 comments on commit 75f853a

Please sign in to comment.