Skip to content

Commit

Permalink
Website: fix focus border on UHF footer links (microsoft#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 and NotWoods committed Nov 18, 2022
1 parent bf35113 commit 0618a48
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 0618a48

Please sign in to comment.