aurbano/sonar.css

sonar-click only works for links

Open

#3 opened on Jun 11, 2015

View on GitHub
 (0 comments) (0 reactions) (0 assignees)CSS (3 forks)github user discovery
help wanted

Repository metrics

Stars
 (18 stars)
PR merge metrics
 (No merged PRs in 30d)

Description

I don't know if this issue is fixable via CSS, at the moment sonar-click uses the :focus selector to trigger when an element is clicked, which only works on "focusable" elements, like links, inputs...

Replication: http://jsfiddle.net/2ywv1ze9/1/

If anyone has any ideas for this it would be awesome.

Contributor guide