The hover state was missing, I missed this because the "visited state" was set as the same as hover.
If someone has not previously clicked this link, it had no hover styling applied.
Fix was to apply a hover state to this button.
Issues Resolved
Check List
[x] Commits are signed per the DCO using --signoff
By submitting this pull request, I confirm that my contribution is made under the terms of the BSD-3-Clause License.
Description
The hover state was missing, I missed this because the "visited state" was set as the same as hover. If someone has not previously clicked this link, it had no hover styling applied.
Fix was to apply a hover state to this button.
Issues Resolved
Check List
By submitting this pull request, I confirm that my contribution is made under the terms of the BSD-3-Clause License.