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

The RenameFlyout and DisposableToolTip do not use some color tokens correctly #72538

Merged
merged 1 commit into from
Mar 15, 2024
Merged

The RenameFlyout and DisposableToolTip do not use some color tokens correctly #72538

merged 1 commit into from
Mar 15, 2024

Conversation

Newrad0603
Copy link
Contributor

Fix the incorrect usage of color tokens in the RenameFlyout and DisposableToolTip. The change makes those controls use DynamicResources for the color tokens rather than using the VSColorTheme helper or directly querying the Application-level resource dictionary. The change also removes an invalid set of ImageThemingUtilities.ImageBackgroundColor.

This work is to address issues related to in progress work related to how the Editor handles and supports colors in VS.

These changes are related to this bug:
https://dev.azure.com/devdiv/DevDiv/_workitems/edit/1994113

…sableToolTip. The change makes those controls use DynamicResources for the color tokens rather than using the VSColorTheme helper or directly querying the Application-level resource dictionary. The change also removes an invalid set of ImageThemingUtilities.ImageBackgroundColor.
@Newrad0603 Newrad0603 requested a review from a team as a code owner March 14, 2024 15:13
@dotnet-issue-labeler dotnet-issue-labeler bot added Area-IDE untriaged Issues and PRs which have not yet been triaged by a lead labels Mar 14, 2024
@dotnet-policy-service dotnet-policy-service bot added the Community The pull request was submitted by a contributor who is not a Microsoft employee. label Mar 14, 2024
@ToddGrun ToddGrun merged commit b63b5c5 into dotnet:main Mar 15, 2024
27 checks passed
@dotnet-policy-service dotnet-policy-service bot added this to the Next milestone Mar 15, 2024
@RikkiGibson RikkiGibson modified the milestones: Next, 17.10 P3 Mar 25, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Area-IDE Community The pull request was submitted by a contributor who is not a Microsoft employee. untriaged Issues and PRs which have not yet been triaged by a lead
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants