How to remove the default outline generated by chrome for the select option list ? below i have added outline property to none which disable the select element outline.is there any simple way to remove the option tag's outline?
select {
outline: none;
}