Skip to content

Commit

Permalink
Website: fix focus border on UHF footer links (#25389)
Browse files Browse the repository at this point in the history
* use not uhf link to increase specificity instead of body tag

* improve comment
  • Loading branch information
micahgodbolt authored Oct 26, 2022
1 parent b4818d2 commit 5064d0a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/public-docsite/src/styles/_base.scss
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
// Remove dotted outline added by MWF's main.css
body [contentEditable=true]:focus,
body [tabindex]:focus,
body a[href]:focus,
a[href]:not(.c-uhff-link):focus, // Remove link focus outline from all links but the UHF ones
body area[href]:focus,
body button:focus,
body iframe:focus,
Expand Down

0 comments on commit 5064d0a

Please sign in to comment.