how to add borders for search and location icon when clicked inside search field?
https://codepen.io/avinash-tallapaneni/pen/ExRomwX.
i tried using focus within still has no effect
8 Replies
i gave
onlu search icon border is highlighting, when i give the same to location icon is not showing anything
you could use
:focus-within
on the form elementi tried this one but it has no effect
so i used this
this one is working but only for search icon
.search-form:focus-within{border: 2px solid var(--btn-bg-secondary);}
it will make a border around the all three elementsoh yeah i worked
Thankyou so much
by any chance you know how to fix this?? gave same border radius. but when i highlight it seems the border radius is way too much
@mannix_
put the radius on the form not the buttons
you might also need to add overflow:hidden on it