Archived
1
0

Update to VS Code 1.52.1

This commit is contained in:
Asher
2021-02-09 16:08:37 +00:00
1351 changed files with 56560 additions and 38990 deletions

View File

@ -154,15 +154,13 @@ table {
border-collapse: collapse;
}
table > thead > tr > th {
th {
text-align: left;
border-bottom: 1px solid;
}
table > thead > tr > th,
table > thead > tr > td,
table > tbody > tr > th,
table > tbody > tr > td {
th,
td {
padding: 5px 10px;
}
@ -217,22 +215,22 @@ pre code {
border-color: rgb(0, 0, 0);
}
.vscode-light table > thead > tr > th {
.vscode-light th {
border-color: rgba(0, 0, 0, 0.69);
}
.vscode-dark table > thead > tr > th {
.vscode-dark th {
border-color: rgba(255, 255, 255, 0.69);
}
.vscode-light h1,
.vscode-light hr,
.vscode-light table > tbody > tr + tr > td {
.vscode-light td {
border-color: rgba(0, 0, 0, 0.18);
}
.vscode-dark h1,
.vscode-dark hr,
.vscode-dark table > tbody > tr + tr > td {
.vscode-dark td {
border-color: rgba(255, 255, 255, 0.18);
}