Skip to content

Commit 24dfaeb

Browse files
committed
Revert border for now
1 parent 5dcef81 commit 24dfaeb

File tree

1 file changed

+4
-10
lines changed

1 file changed

+4
-10
lines changed

src/renderer/style.css

Lines changed: 4 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -12,20 +12,14 @@
1212
background-color: var(--vscode-editor-background) !important;
1313
}
1414

15+
th {
16+
text-align: left !important;
17+
}
18+
1519
thead th {
1620
box-shadow: 0 1px 0 var(--vscode-panel-border) !important;
1721
}
1822

1923
th, td {
2024
border: 1px solid var(--vscode-panel-border) !important;
2125
}
22-
23-
th:first-child,
24-
td:first-child {
25-
border-left: none !important;
26-
}
27-
28-
th {
29-
border-top: none !important;
30-
text-align: left !important;
31-
}

0 commit comments

Comments
 (0)