提交 b058a283 编写于 作者: M Matt Bierner

Correctly style image loading indicator for various themes

Wrong class name was being used
上级 b7cc9ca8
......@@ -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');
}
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册