How do I remove the select option black border in Chrome?

為{幸葍}努か 提交于 2020-05-31 22:24:54

问题


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.


回答1:


  1. Go chrome flags

  2. Disable #form-controls-refresh



来源:https://stackoverflow.com/questions/62013064/how-do-i-remove-the-select-option-black-border-in-chrome

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!