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

CSS: Destacar o campo com foco #151

Closed
bjverde opened this issue Apr 26, 2019 · 2 comments
Closed

CSS: Destacar o campo com foco #151

bjverde opened this issue Apr 26, 2019 · 2 comments
Labels
CSS enhancement New feature or request

Comments

@bjverde
Copy link
Owner

bjverde commented Apr 26, 2019

o campo que recebe o foco deve ter um destaque com corres diferentes. As cores a baixo são apenas um sugestão

image

@bjverde bjverde added the enhancement New feature or request label Apr 26, 2019
@bjverde bjverde changed the title Destacar o campo com foco CSS: Destacar o campo com foco Jul 5, 2019
@bjverde
Copy link
Owner Author

bjverde commented Jul 5, 2019

https://www.w3schools.com/cssref/sel_focus.asp

input:focus {
  background-color: yellow;
}

@bjverde
Copy link
Owner Author

bjverde commented Jul 5, 2019

@bjverde bjverde closed this as completed in f9590fc Jul 5, 2019
bjverde added a commit that referenced this issue Jul 5, 2019
@bjverde bjverde added the CSS label Jul 17, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
CSS enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant