aurbano/sonar.css

sonar-click only works for links

Open

#3 geöffnet am 11. Juni 2015

Auf GitHub ansehen
 (0 Kommentare) (0 Reaktionen) (0 zugewiesene Personen)CSS (3 Forks)github user discovery
help wanted

Repository-Metriken

Stars
 (18 Stars)
PR-Merge-Metriken
 (Keine gemergten PRs in 30 T)

Beschreibung

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