[ad_1]
Hi, after updating to v1.2.2, the skip link became visible even when not focused. I had to add the following CSS to hide it again:
.skip-link:not(:focus):not(:focus-within) {
position: absolute !important;
width: 1px !important;
height: 1px !important;
padding: 0 !important;
margin: -1px !important;
overflow: hidden !important;
clip: rect(0,0,0,0) !important;
white-space: nowrap !important;
border: 0 !important;
}It must have been a while since I last updated.
I saw that a commit was made back in March which made changes:
https://github.com/understrap/understrap/commit/c00c4003dbeac09debcf4a33f35b335b3cdb45d3
It extended the .visually-hidden-focusable class to .skip-link, which should have done basically the same thing I did in the CSS above. If you haven’t seen this problem pop up on any other sites, I’m wondering if maybe I messed while trying to slim down bootstrap’s CSS? Any ideas?
Thanks!
- This topic was modified 1 hour, 55 minutes ago by .
- This topic was modified 1 hour, 54 minutes ago by .
The page I need help with: [log in to see the link]
