Skip to content

Commit 84a9883

Browse files
authored
Update selected row foreground (#2391)
1 parent b7988ba commit 84a9883

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

webview/src/experiments/components/table/styles.module.scss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -364,6 +364,7 @@ $workspace-row-edge-margin: $edge-padding - $cell-padding;
364364

365365
.td {
366366
background-color: $row-bg-selected-color;
367+
color: $row-fg-selected-color;
367368
}
368369

369370
> *:first-child {

webview/src/shared/variables.scss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ $row-bg-color: $bg-color;
1515
$header-fg-color: $fg-color;
1616
$row-bg-alt-color: var(--vscode-sideBar-background);
1717
$row-bg-selected-color: var(--vscode-list-activeSelectionBackground);
18+
$row-fg-selected-color: var(--vscode-list-activeSelectionForeground);
1819
$row-border-selected-color: var(--vscode-list-focusOutline);
1920
$header-bg-color: $bg-color;
2021
$header-border-color: $border-color;

0 commit comments

Comments
 (0)