提交 f0236cc4 编写于 作者: I isidor

no need to use the :before trick for hc theme actions

fixes #7668
fixes #7518
上级 24705f5a
......@@ -129,22 +129,12 @@
background: none;
}
.hc-black .monaco-workbench > .part.editor > .content > .one-editor-container > .title .tabs-container > .tab.dirty .close-editor-action:before {
.hc-black .monaco-workbench > .part.editor > .content > .one-editor-container > .title .tabs-container > .tab.dirty .close-editor-action {
content: url('close-dirty-inverse.svg');
position: absolute;
top: 10px;
left: 4px;
height: 16px;
width: 16px;
}
.hc-black .monaco-workbench > .part.editor > .content > .one-editor-container > .title .tabs-container > .tab.dirty .close-editor-action:hover:before {
.hc-black .monaco-workbench > .part.editor > .content > .one-editor-container > .title .tabs-container > .tab.dirty .close-editor-action:hover {
content: url('close-inverse.svg');
position: absolute;
top: 10px;
left: 4px;
height: 16px;
width: 16px;
}
/* Group Actions */
......
......@@ -136,13 +136,8 @@
width: 16px;
}
.hc-black .monaco-workbench .close-editor-action:before {
.hc-black .monaco-workbench .close-editor-action {
content: url('close-inverse.svg');
position: absolute;
top: 10px;
left: 4px;
height: 16px;
width: 16px;
}
.hc-black .monaco-workbench .split-editor-action:before {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册