我有一个带有 bootstrap 的 Angular 8 应用程序。
但是引导程序中有一个文件:_background-variant.scss 覆盖了我的背景颜色菜单。我不想要这样。
.bg-dark { /* background-color: #343a40!important;
因为如果我在谷歌浏览器工具中禁用它。布局还是原来的状态。
但我的问题是:如何禁用此:bg-dark?
我尝试删除该文件。或评论文件的内容。但一切都没有改变。
那么如何做到这一点呢?
谢谢
我在 angular.json 中有这个:
"styles": [
"./node_modules/alertifyjs/build/css/alertify.min.css",
"./node_modules/alertifyjs/build/css/themes/bootstrap.min.css",
"node_modules/bootstrap/dist/css/bootstrap.min.css",
"src/styles.css"
],
"scripts": [
"./node_modules/alertifyjs/build/alertify.min.js",
"node_modules/chart.js/dist/Chart.bundle.min.js"
]
这就是我的意思。如果我禁用这个。然后一切看起来都很好。
https://i.stack.imgur.com/WtLNh.png
一只甜甜圈
相关分类