gpt4 book ai didi

css - 覆盖 twitter-bootstrap css

转载 作者:行者123 更新时间:2023-11-28 07:53:39 24 4
gpt4 key购买 nike

我正在使用带有 Bootstrap 的按钮,例如:

<a href="" ng-click="controller.refresh()" class="btn btn-default glyphicon glyphicon-repeat bootstrap-refresh"></a>

我想在悬停或单击按钮时禁用样式更改。我想我可以通过覆盖 btn-default:focus 来做到这一点或 btn:focus但我还有其他<a>标签样式为按钮,我想保持点击或焦点的效果。在这种情况下,有没有一种方法可以覆盖标准的 Bootstrap css?

最佳答案

给这个特定的添加一个id

<a href="" ng-click="controller.refresh()" class="btn btn-default glyphicon glyphicon-repeat bootstrap-refresh" id="overrideBS"></a>

然后添加这个CSS

#overrideBS:focus {
//whatever unique properties you want
}

关于css - 覆盖 twitter-bootstrap css,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/30249148/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com