Bug report: social button sizing #12213
Labels
bug 🐛
Something isn't working
dev required
This requires developer resources
low priority
This has a low priority
Describe the bug
The bottom of every page contains social links/icons in the Footer. Tabbing over these shows a strange shape for the outline of the buttons as a result of mixed sizing between the anchor link and contained SVG.
To reproduce
(Or, use keyboard to tab all the way down to these elements from the top)
Expected behavior
Outline shown for the button should simply be square-shaped (with rounded corners)
Screenshots
Desktop (please complete the following information)
No response
Smartphone (please complete the following information)
No response
Additional context
We seem to be using
BaseLink
for these, but given there is no text, I think a more appropriate component would probably be ourIconButton
component. These should remain proper anchor links, but stylistically feel like buttons. Aria-label must be maintained.Would you like to work on this issue?
The text was updated successfully, but these errors were encountered: