File tree Expand file tree Collapse file tree
src/vs/workbench/contrib/files/browser Expand file tree Collapse file tree Original file line number Diff line number Diff line change 33 * Licensed under the MIT License. See License.txt in the project root for license information.
44 *--------------------------------------------------------------------------------------------*/
55
6- import 'vs/css!./media/fileactions' ;
76import * as nls from 'vs/nls' ;
87import { isWindows , isWeb } from 'vs/base/common/platform' ;
98import * as extpath from 'vs/base/common/extpath' ;
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 2525 justify-content : center;
2626}
2727
28+ .open-editors .monaco-list .monaco-list-row .dirty : not (: hover ) > .monaco-action-bar .codicon-close ::before {
29+ content : "\ea71" ; /* Close icon flips between black dot and "X" for dirty open editors */
30+ }
31+
2832.open-editors .monaco-list .monaco-list-row > .monaco-action-bar .action-close-all-files ,
2933.open-editors .monaco-list .monaco-list-row > .monaco-action-bar .save-all {
3034 width : 23px ;
You can’t perform that action at this time.
0 commit comments