【发布时间】:2022-01-24 09:31:57
【问题描述】:
这是我的 styles.less 代码(基本上什么都没有)
// style the background color of the tree view
.tree-view {
// background-color: whitesmoke;
}
// style the background and foreground colors on the atom-text-editor-element itself
atom-text-editor {
// color: white;
// background-color: hsl(180, 24%, 12%);
}
// style UI elements inside atom-text-editor
atom-text-editor .cursor {
// border-color: red;
}
【问题讨论】:
-
background-color: transparent; -
@AmanSharma 没用,看起来还是一样
标签: css less atom-editor transparency