提交 a6761d49 编写于 作者: B Benjamin Pasero

Context click on tab changes its background color (fixes #7655)

上级 06f4122b
......@@ -31,7 +31,7 @@
border-left: 1px solid rgba(128, 128, 128, 0.2);
border-bottom: 1px solid rgba(128, 128, 128, 0.2);
box-sizing: border-box;
opacity: 0.7;
opacity: 0.7 !important;
padding-left: 10px;
}
......@@ -49,7 +49,7 @@
.monaco-workbench > .part.editor > .content > .one-editor-container > .title .tabs-container > .tab.active {
border-bottom: 0;
opacity: 1;
opacity: 1 !important;
}
.vs .monaco-workbench > .part.editor > .content > .one-editor-container > .title .tabs-container.dropfeedback,
......@@ -69,7 +69,7 @@
}
.monaco-workbench > .part.editor > .content > .one-editor-container > .title .tabs-container > .tab.dragged {
opacity: 0.7;
opacity: 0.7 !important;
}
/* Tab Close */
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册