Correctly style image loading indicator for various themes

Wrong class name was being used
This commit is contained in:
Matt Bierner
2019-10-02 10:44:00 -07:00
parent b7cc9ca822
commit b058a2831a

View File

@@ -106,10 +106,10 @@ body img {
margin: 1em;
}
.vscode-dark .loading {
.vscode-dark .loading-indicator {
background-image: url('./loading-dark.svg');
}
.vscode-high-contrast .loading {
.vscode-high-contrast .loading-indicator {
background-image: url('./loading-hc.svg');
}