diff --git a/CHANGELOG.md b/CHANGELOG.md index 4e36baa405c53..b6e0cae6bee90 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -16,6 +16,7 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/) and this p - Fixes [#3680](https://github.com/gitkraken/vscode-gitlens/issues/3680) - GitLens Settings page (via _GitLens: Open Settings_) has double-encoded Html entities - Fixes popover menu background colors on the Commit Graph +- Fixes [#3646](https://github.com/gitkraken/vscode-gitlens/issues/3646) - Interactive Rebase interface partially unreadable in high contrast dark color theme ## [15.6.1] - 2024-10-14 diff --git a/src/webviews/apps/rebase/rebase.scss b/src/webviews/apps/rebase/rebase.scss index 8eb570b062b7f..59fa34752641d 100644 --- a/src/webviews/apps/rebase/rebase.scss +++ b/src/webviews/apps/rebase/rebase.scss @@ -355,6 +355,11 @@ $entry-padding: 7px; flex: auto 0 0; margin: 0 10px; + select option { + color: var(--vscode-foreground); + background-color: var(--vscode-dropdown-background); + } + .entry--edit > &, .entry--reword > & { & > select {