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

Fix "Who" button behavior #31

Open
samuelgrigolato opened this issue Dec 10, 2018 · 5 comments
Open

Fix "Who" button behavior #31

samuelgrigolato opened this issue Dec 10, 2018 · 5 comments

Comments

@samuelgrigolato
Copy link
Contributor

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:

  • Remove the a element and apply a javascript event in the button element, responsible for redirecting the user.
  • Remove the button element and style the a element as a bordered box (preferable in my opinion).
@samuelgrigolato
Copy link
Contributor Author

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.

@daviguelfi
Copy link
Member

Como estamos com essa lista? Já foi resolvida?

@samuelgrigolato
Copy link
Contributor Author

Como estamos com essa lista? Já foi resolvida?

Acabei de ver aqui e ainda está aberta pra fazer! :)

@daviguelfi
Copy link
Member

Estou fazendo essa tarefa

@daviguelfi
Copy link
Member

#36 tarefa feita

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants