Skip to content

Commit 8059086

Browse files
authored
Merge branch 'main' into cell_border
2 parents 24dfaeb + 6bed078 commit 8059086

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

src/renderer/render.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,4 +83,3 @@ if (module.hot) {
8383

8484
return 0;
8585
}
86-

src/renderer/style.css

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,14 @@
88
margin: 0px !important;
99
}
1010

11+
tbody tr:hover {
12+
box-shadow: inset 0 0 1500px 100px rgba(255, 255, 255, 0.1);
13+
}
14+
15+
.vscode-light tbody tr:hover {
16+
box-shadow: inset 0 0 1500px 100px rgba(0, 0, 0, 0.1);
17+
}
18+
1119
.data-table form table thead th {
1220
background-color: var(--vscode-editor-background) !important;
1321
}

0 commit comments

Comments
 (0)