Skip to content

Commit

Permalink
use not uhf link to increase specificity instead of body tag
Browse files Browse the repository at this point in the history
  • Loading branch information
micahgodbolt committed Oct 26, 2022
1 parent 32865fd commit dd8f41f
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, // Don't remove the uhf link focus
body area[href]:focus,
body button:focus,
body iframe:focus,
Expand Down

0 comments on commit dd8f41f

Please sign in to comment.