As shown in the picture below,
black border is shown when the select option is hover from the chrome.
how can I remove the border?
The code below didn't work.
select{
&:hover,
&:focus
{
outline: 0 !important;
}
}
I'd appreciate it if you could help me solve the problem.
Go chrome flags
Disable #form-controls-refresh