-
Notifications
You must be signed in to change notification settings - Fork 6
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
Fix "Who" button behavior #31
Comments
Worth noting: the buttons of the "About" section do not have the problem depicted in this issue, so they can be used as reference for fixing this. |
Como estamos com essa lista? Já foi resolvida? |
Acabei de ver aqui e ainda está aberta pra fazer! :) |
Estou fazendo essa tarefa |
#36 tarefa feita |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Currently one needs to click exactly on the word "WHO" for the button to work. This is not the desired behavior, the click event should work regardless of where the mouse is inside the button rectangle.
There are two ways to fix this:
a
element and apply a javascript event in thebutton
element, responsible for redirecting the user.button
element and style thea
element as a bordered box (preferable in my opinion).The text was updated successfully, but these errors were encountered: