gpt4 book ai didi

html - 覆盖 Bootstrap !重要

转载 作者:行者123 更新时间:2023-11-28 09:23:48 27 4
gpt4 key购买 nike

我只想在焦点状态下去掉下拉列表中的轮廓。看这张图

enter image description here

我尝试使用 !important 覆盖 Bootstrap ,但根本不起作用。只是检查开发工具,突然看到这个。

enter image description here

Bootstrap 也使用 !important 标签。所以我无法覆盖它。我可以使用 id 按钮并将焦点轮廓设置为 0,但我的网站中有很多下拉菜单。对这种情况有什么解决办法吗?

.bootstrap-select .dropdown-toggle:focus{
outline: none!important;
}

最佳答案

您的 style.css 文件在您的 Bootstrap css 文件之前加载。但是,您必须在 bootstrap-select.min.css 文件之后加载您的 style.css 才能覆盖 Bootstrap 样式。

CSS file priority

关于html - 覆盖 Bootstrap !重要,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/44449372/

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