PhoenixJSMeetup / mathbeast

Math game -
http://phoenixjsmeetup.github.io/mathbeast/
MIT License
6 stars 8 forks source link

UX: Remove focus from answer button #13

Closed mmenavas closed 9 years ago

mmenavas commented 9 years ago

After clicking on an answer button, the focus stays on that button. The focus should be cleared after a question is answered.

strangelyblue commented 9 years ago

I found that doing something like this in CSS works: .answers button:focus{ background:white; outline:0; }

Is it okay to just override the bootstrap styling like that? By the way this is Kelly...

mmenavas commented 9 years ago

I'm closing this issue because @strangelyblue fixed this issue in PR #14