【问题标题】:How to remove the outline of the clicked option in bootstrap-select如何在引导选择中删除单击选项的轮廓
【发布时间】:2017-11-03 10:40:49
【问题描述】:

stackoverflow 的女士们和绅士们美好的一天。我想问一下,当我单击我的 select-bootstrap 选择标签中的选项之一时,我是否可以删除蓝色边框。

【问题讨论】:

  • 能否提供代码块?没有人可以仅通过提供有关问题的提示来回答...
  • 请分享您的代码...
  • 这只是css 中的outline 属性

标签: jquery css twitter-bootstrap css-transitions bootstrap-select


【解决方案1】:

试试这个 CSS:

a, a:active{
    outline: none!important; 
}

【讨论】:

    猜你喜欢
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 2016-02-07
    • 2011-04-15
    • 2021-07-09
    • 2017-07-26
    • 2018-07-07
    • 2021-01-11
    相关资源
    最近更新 更多