Skip to content

Commit 1925be4

Browse files
committed
Fixes #4886 invisible commit messages in rebase editor
- This only occurs in some themes
1 parent 3ad2c1c commit 1925be4

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

CHANGELOG.md

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

99
### Fixed
1010

11+
- Fixes an issue where commit messages become invisible during interactive rebase in some themes ([#4886](https://github.com/gitkraken/vscode-gitlens/issues/4886))
1112
- Fixes issue in the _Commit Graph_ minimap where it only shows a spinner when the repo has no commits [#4741](https://github.com/gitkraken/vscode-gitlens/issues/4741)
1213

1314
## [17.9.0] - 2026-01-13

src/webviews/apps/rebase/components/rebase-entry.css.ts

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -97,16 +97,13 @@ export const entryStyles = css`
9797
width: 100%;
9898
9999
&:hover {
100-
--fg-color: var(--vscode-list-activeSelectionForeground, var(--color-foreground));
101100
--entry-bg: var(--vscode-list-hoverBackground);
102101
103102
background-color: var(--vscode-list-hoverBackground);
104103
}
105104
106105
&:focus,
107106
&:focus-within {
108-
--fg-color: var(--vscode-list-activeSelectionForeground, var(--color-foreground));
109-
110107
background-color: var(--vscode-list-focusBackground);
111108
box-shadow: 0 0 0 1px var(--vscode-list-focusOutline) inset;
112109
outline: none;

0 commit comments

Comments
 (0)