How to remove the focus shadow | Sololearn: Learn to code for FREE!
¡Nuevo curso! ¡Todo programador debería aprender IA Generativa!
Prueba una lección gratuita
0

How to remove the focus shadow

I am attempting to recreate the Google search homepage. I try to remove the shadow that appears when it is focused, then I realized I couldn't remove it.

8th Nov 2016, 3:04 AM
koder
koder  - avatar
2 Respuestas
+ 2
it is done by input:focus { box-shadow : none ;} or changing anything tgere is in input search you can replace the selector but why you want to remove it it's good the color you see when you select a input is not a normal color many ui experts experimented and got that perfect blend effect.
8th Nov 2016, 4:10 AM
Sandeep Chatterjee
0
remove transparent;
8th Nov 2016, 4:11 AM
மனோஜ்குமார் பழனிச்சாமி
மனோஜ்குமார் பழனிச்சாமி - avatar