Skip to content

Commit 2a09090

Browse files
nzaytsevd13
authored andcommitted
Fixes invisible dropdown in the rebase view
1 parent ab6374f commit 2a09090

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/) and this p
1616

1717
- Fixes [#3680](https://github.com/gitkraken/vscode-gitlens/issues/3680) - GitLens Settings page (via _GitLens: Open Settings_) has double-encoded Html entities
1818
- Fixes popover menu background colors on the Commit Graph
19+
- Fixes [#3646](https://github.com/gitkraken/vscode-gitlens/issues/3646) - Interactive Rebase interface partially unreadable in high contrast dark color theme
1920

2021
## [15.6.1] - 2024-10-14
2122

src/webviews/apps/rebase/rebase.scss

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -355,6 +355,11 @@ $entry-padding: 7px;
355355
flex: auto 0 0;
356356
margin: 0 10px;
357357

358+
select option {
359+
color: var(--vscode-foreground);
360+
background-color: var(--vscode-dropdown-background);
361+
}
362+
358363
.entry--edit > &,
359364
.entry--reword > & {
360365
& > select {

0 commit comments

Comments
 (0)