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

css fix

上级 1b39e440
...@@ -47,9 +47,10 @@ ...@@ -47,9 +47,10 @@
opacity: 0; /* hide the close button by default */ opacity: 0; /* hide the close button by default */
} }
.monaco-workbench > .part.editor > .content > .one-editor-container .title.active > .tabs-container > .tab.active > .tab-close, /* always show it for active tab */ .monaco-workbench > .part.editor > .content > .one-editor-container .title.active > .tabs-container > .tab.active > .tab-close, /* always show it for active tab */
.monaco-workbench > .part.editor > .content > .one-editor-container .title.active > .tabs-container > .tab:hover > .tab-close, /* always show it on hover */ .monaco-workbench > .part.editor > .content > .one-editor-container .title.active > .tabs-container > .tab:hover > .tab-close, /* always show it on hover */
.monaco-workbench > .part.editor > .content > .one-editor-container .title > .tabs-container > .tab.dirty > .tab-close { /* always show it for dirty tabs */ .monaco-workbench > .part.editor > .content > .one-editor-container .title.active > .tabs-container > .tab.active:hover > .tab-close, /* always show it on hover */
.monaco-workbench > .part.editor > .content > .one-editor-container .title > .tabs-container > .tab.dirty > .tab-close { /* always show it for dirty tabs */
opacity: 1; opacity: 1;
} }
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册