Skip to content

Instantly share code, notes, and snippets.

@alexdiliberto
Last active March 24, 2016 01:12
Show Gist options
  • Save alexdiliberto/0997d626d6e2dceb6a4f to your computer and use it in GitHub Desktop.
Save alexdiliberto/0997d626d6e2dceb6a4f to your computer and use it in GitHub Desktop.
/*
Best practice in ember to ensure all actions will always fire correctly
*/
[data-ember-action], a, button, input, .link {
cursor: pointer;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment