Closed d13 closed 1 week ago
@d13
Where should I look at to reproduce the problem and to see that it's fixed. Was it a specific element of UI?
cc @nzaytsev
Looks like we addressed this everywhere except for the graph minimap, but seeing no visual issues with it in high-contrast light or dark, I'm marking this as verified.
Observed in https://github.com/gitkraken/vscode-gitlens/issues/3646
Essentially, anywhere we have CSS selectors for
vscode-light
andvscode-dark
classes we also need to includevscode-high-contrast-light
andvscode-high-contrast
respectively.