Writing some code using Sass I found this:
input[type="text"]:focus {
border: 3px solid #AFDDFB;
transition: 100ms linear;
}
But I need to cover other types of Input, like this:
input[type="text"]:focus, input[type="password"]:focus...
asked on
10.09.2016 / 20:40