pattern-lab / website

Pattern Lab's website: patternlab.io
http://patternlab.io
57 stars 33 forks source link

Fix possible accessibility issue in V3.0 alert #108

Open kognise opened 6 years ago

kognise commented 6 years ago

On the Pattern Lab website I saw the alert at the top but did not know that it was a clickable link until I accidentally clicked on it.

I added a simple "Click here to" to it's contents.

Another possible workaround would be to apply text-decoration: underline; even when the link isn't being hovered, but in my opinion that doesn't look as good.