作者热门文章
- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
我目前正在自定义 tabulator table 的样式并希望编辑 headerSeperatorColor 变量。
我可以轻松编辑标准 CSS 变量。
比如我把奇数行和偶数行的背景色改成如下:
.tabulator .tabulator-row-odd {
background-color: black;
}
.tabulator .tabulator-row-even {
background-color: white;
}
但是,我还需要编辑名为 headerSeperatorColor
的 SASS 变量之一。
这可以在同一个 CSS 文件中实现吗?如果没有,您如何编辑变量?
我使用的是 4.4.3 版本
最佳答案
.tabulator .tabulator-header {
border-bottom: GREEN;
}
关于css - 如何在 CSS 文件中编辑 SASS 变量 headerSeperatorColor?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/58242639/
我是一名优秀的程序员,十分优秀!