alphagov / tech-docs-gem

Gem to distribute the tech docs project
https://tdt-documentation.london.cloudapps.digital/
MIT License
15 stars 38 forks source link

Fix focus state for links containing inline code #243

Closed 36degrees closed 3 years ago

36degrees commented 3 years ago

Inheriting the background from the link means that the code block ends up with its own yellow background, which then clips the box-shadow used to give the focused link a black underline.

Rather than inherit the yellow background, set the background to transparent. The focused link still has its own yellow background which can be seen ‘through’ the transparent code element.

Before

Screenshot 2021-07-09 at 10 08 31

After

Screenshot 2021-07-09 at 10 08 09