/**
 * Media query to deal with hover only on desktop - it disables the hover behaviour on mobile devices
 */
hover-desktop-only()
  @media (hover: hover)
    {block}