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 TabViewItem BrushResources #6763

Merged
merged 2 commits into from
Mar 1, 2022
Merged

Conversation

karkarl
Copy link
Contributor

@karkarl karkarl commented Feb 23, 2022

Description

  • Update LayerOnMica* Resource Names: LayerOnMicaAlt ->LayerOnMicaBaseAlt
  • Revert TabViewItemHeaderBackgroundSelected back to SolidBackgroundFillColorTertiaryBrush

Motivation and Context

Closes internal bug 38211686

@ghost ghost added the needs-triage Issue needs to be triaged by the area owners label Feb 23, 2022
@karkarl
Copy link
Contributor Author

karkarl commented Feb 23, 2022

/azp run

@azure-pipelines
Copy link

Azure Pipelines successfully started running 1 pipeline(s).

@@ -86,10 +86,10 @@
<Color x:Key="LayerOnAcrylicFillColorDefault">#09FFFFFF</Color>
<Color x:Key="LayerOnAccentAcrylicFillColorDefault">#09FFFFFF</Color>

<Color x:Key="LayerOnMicaAltFillColorDefault">#733A3A3A</Color>
Copy link
Contributor

Choose a reason for hiding this comment

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

There have been CBS packages released since this resource was introduce, which means there is a chance that a consumer of the CBS package is dependent on this named resource and changing the name would break them. To fix this we can either look through the CBS consumers to ensure this wont break, or add the previous name to the DeprecatedResources dictionary.

@StephenLPeters StephenLPeters added area-TabView team-Controls Issue for the Controls team and removed needs-triage Issue needs to be triaged by the area owners labels Feb 28, 2022
@mdtauk
Copy link
Contributor

mdtauk commented Feb 28, 2022

Are there updated visuals of these new Mica styles used on tabs?

And I am sure this has been considered, but what about Windows 10 users who still don't have a substitute Mica material, where it looks no different to general Window background colours?

@karkarl karkarl merged commit 2b37707 into main Mar 1, 2022
@karkarl karkarl deleted the user/karenlai/MicaBaseAltNameUpdate branch March 1, 2022 20:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area-TabView team-Controls Issue for the Controls team
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants