Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update selected row foreground #2391

Merged
merged 3 commits into from
Sep 13, 2022
Merged

Conversation

julieg18
Copy link
Contributor

@julieg18 julieg18 commented Sep 13, 2022

  • updates selected row foreground, matching how VSCode trees work

Demo

Screen.Recording.2022-09-13.at.10.28.08.AM.mov

Followup to #2367 comment

@julieg18 julieg18 added the product PR that affects product label Sep 13, 2022
@julieg18 julieg18 self-assigned this Sep 13, 2022
@julieg18 julieg18 marked this pull request as ready for review September 13, 2022 15:33
@@ -15,6 +15,7 @@ $row-bg-color: $bg-color;
$header-fg-color: $fg-color;
$row-bg-alt-color: var(--vscode-sideBar-background);
$row-bg-selected-color: var(--vscode-list-activeSelectionBackground);
$row-fg-selected-color: var(--vscode-list-activeSelectionForeground);
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

From what I can tell, this variable is always set in all themes so we don't need to a fallback like we did with the icon color.

@mattseddon mattseddon enabled auto-merge (squash) September 13, 2022 19:33
@codeclimate
Copy link

codeclimate bot commented Sep 13, 2022

Code Climate has analyzed commit 290ba66 and detected 0 issues on this pull request.

The test coverage on the diff in this pull request is 100.0% (85% is the threshold).

This pull request will bring the total coverage in the repository to 97.0% (0.0% change).

View more on Code Climate.

@mattseddon mattseddon merged commit 84a9883 into main Sep 13, 2022
@mattseddon mattseddon deleted the update-selected-row-text-color branch September 13, 2022 20:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
product PR that affects product
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants