Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Don't do in JS what can be done in CSS #81

Closed
rtxm opened this issue Oct 23, 2015 · 1 comment
Closed

Don't do in JS what can be done in CSS #81

rtxm opened this issue Oct 23, 2015 · 1 comment

Comments

@rtxm
Copy link
Collaborator

rtxm commented Oct 23, 2015

Many effects can be achieved in CSS rather than in JS, with better efficiency.

  • The kansha and board menus should be displayed on hover in pure CSS
  • Most tootips are useless: remove them or reword them
  • Tooltips should be displayed in pure CSS
@vrialland
Copy link
Collaborator

Fixed in #122

rtxm added a commit that referenced this issue Dec 9, 2015
Replace useless JS with CSS. Closes #81.
@rtxm rtxm modified the milestone: Sprint1512 Dec 17, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants