提交 9cf01e88 编写于 作者: P Pine Wu

For the sake of browser compatibility and linting

上级 3b5e3eaf
...@@ -3,16 +3,17 @@ ...@@ -3,16 +3,17 @@
* Licensed under the MIT License. See License.txt in the project root for license information. * Licensed under the MIT License. See License.txt in the project root for license information.
*--------------------------------------------------------------------------------------------*/ *--------------------------------------------------------------------------------------------*/
.monaco-workbench .customTreeExplorer-action.toggle { .monaco-workbench .customExplorer-action.toggle {
background: url('Refresh.svg') center center no-repeat; background: url('Refresh.svg') center center no-repeat;
} }
.vs-dark .monaco-workbench .customTreeExplorer-action.toggle, .vs-dark .monaco-workbench .customExplorer-action.toggle,
.hc-black .monaco-workbench .customTreeExplorer-action.toggle { .hc-black .monaco-workbench .customExplorer-action.toggle {
background: url('Refresh_inverse.svg') center center no-repeat; background: url('Refresh_inverse.svg') center center no-repeat;
} }
/* Coerce external icon into a style similar to stock icons */ /* Coerce external icon into a style similar to stock icons */
.monaco-workbench > .activitybar .monaco-action-bar .action-item:nth-child(n+6) .action-label { .monaco-workbench > .activitybar .monaco-action-bar .action-item:nth-child(n+6) .action-label {
-webkit-filter: grayscale(1) invert(1); -webkit-filter: grayscale(1) invert(1);
filter: grayscale(1) invert(1);
} }
\ No newline at end of file
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册