myapnea / myapnea.org

https://myapnea.org
MIT License
2 stars 2 forks source link

Mobile hover bug when upvoting forces two clicks #984

Closed remomueller closed 8 years ago

remomueller commented 8 years ago

Remove hover effect from mobile views

remomueller commented 8 years ago

From Slice

global.coffee

@addGlobalNoTouchToBody = () ->
  $('body').addClass('no-touch') if (document.documentElement.ontouchstart == undefined)

@ready = ->
  ...
  @addGlobalNoTouchToBody()

projects.scss

.no-touch .projects-box:hover .handle {
  display: inline-block;
}