I’m more confused about the specific step-by-steps.
For no.1 and 2, this is what’s being asked right?
input {
width: 750px; /* no. 1 */
height: 40px; /* no. 1 */
padding: 0px; /* no. 1 */
border-color: red; /* no. 1 */
-webkit-appearance: none; /* no. 2 */
appearance: none; /* no. 2 */
}
I’m not sure what feature is being referred to by no. 3:
you’ll need to add back one of the features it was providing, to keep the same look and feel we originally had. How do you do this?
I’m checking for differences with and without appearance:none
and I’m not seeing any differences.
For no. 5, is the problem that, from a usability standpoint, it can be difficult for a user to see whether they have already clicked the search bar without the outline?
Thanks in advance!