Skip to content

Commit

Permalink
fix icon location
Browse files Browse the repository at this point in the history
  • Loading branch information
AzureDataStudio committed Jun 11, 2020
1 parent 6b4361f commit 5085348
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1321,7 +1321,7 @@

.file-icons-enabled .show-file-icons .az_data_welcome_page-name-file-icon.file-icon::before {
content: " ";
background-image: url('../../../../browser/media/code-icon.svg');
background-image: url('../../../../../../vs/workbench/browser/media/code-icon.svg');
}

.monaco-workbench .part.editor>.content .welcomePage .linux_only, .monaco-workbench .part.editor>.content .welcomePage .mac_only, .monaco-workbench .part.editor>.content .welcomePage .windows_only {
Expand Down

0 comments on commit 5085348

Please sign in to comment.