File tree Expand file tree Collapse file tree 2 files changed +4
-0
lines changed
browser/parts/editor/media
contrib/files/browser/views/media Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Original file line number Diff line number Diff line change 386
386
.monaco-workbench .part .editor > .content .editor-group-container .active > .title .tabs-container > .tab .sticky .dirty > .tab-actions .action-label : not (: hover )::before ,
387
387
.monaco-workbench .part .editor > .content .editor-group-container > .title .tabs-container > .tab .sticky .dirty > .tab-actions .action-label : not (: hover )::before {
388
388
content : "\ebb2" ; /* use `pinned-dirty` icon unicode for sticky-dirty indication */
389
+ font-family : 'codicon' ;
389
390
}
390
391
391
392
.monaco-workbench .part .editor > .content .editor-group-container .active > .title .tabs-container > .tab .dirty > .tab-actions .action-label : not (: hover )::before ,
392
393
.monaco-workbench .part .editor > .content .editor-group-container > .title .tabs-container > .tab .dirty > .tab-actions .action-label : not (: hover )::before {
393
394
content : "\ea71" ; /* use `circle-filled` icon unicode for dirty indication */
395
+ font-family : 'codicon' ;
394
396
}
395
397
396
398
.monaco-workbench .part .editor > .content .editor-group-container > .title .tabs-container > .tab .active > .tab-actions .action-label ,
Original file line number Diff line number Diff line change 38
38
39
39
.open-editors .monaco-list .monaco-list-row .dirty : not (: hover ) > .monaco-action-bar .codicon-pinned ::before {
40
40
content : "\ebb2" ; /* use `pinned-dirty` icon unicode for sticky-dirty indication */
41
+ font-family : 'codicon' ;
41
42
}
42
43
43
44
.open-editors .monaco-list .monaco-list-row .dirty : not (: hover ) > .monaco-action-bar .codicon-close ::before {
44
45
content : "\ea71" ; /* use `circle-filled` icon unicode for dirty indication */
46
+ font-family : 'codicon' ;
45
47
}
46
48
47
49
.open-editors .monaco-list .monaco-list-row > .monaco-action-bar .action-close-all-files ,
You can’t perform that action at this time.
0 commit comments