Skip to content

Commit

Permalink
fix(curriculum): avoid underline on focus (#11443)
Browse files Browse the repository at this point in the history
fix(curriculum): fix double underline

Don't show text-decoration on :active for partner banner main link.
  • Loading branch information
fiji-flo committed Jul 9, 2024
1 parent 58353d3 commit cc44904
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions client/src/curriculum/partner-banner.scss
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@
}
}

&:focus,
&:visited,
&:hover {
text-decoration: none;
Expand Down

0 comments on commit cc44904

Please sign in to comment.