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

[Dark Theme] Fix reserved icon error and updated default icon image #10041

Merged
merged 1 commit into from
Jun 24, 2024

Conversation

martinrrm
Copy link
Contributor

@martinrrm martinrrm commented Jun 24, 2024

Fixes errors in the Icons which made them render multiple times. I'm also updating every usage of the default icon image to be the theme one. Updated reserved icon colors in everywhere is used.

Current UI error:
image

Addresses #8773

@martinrrm martinrrm requested a review from a team as a code owner June 24, 2024 16:51
@@ -50,7 +50,7 @@
@if (Model.IsVerified.HasValue && Model.IsVerified.Value)
{
<i class="ms-Icon ms-Icon--SkypeCircleCheck reserved-indicator"
data-content="@Strings.ReservedNamespace_ReservedIndicatorTooltip" tabindex="0" alt="@Strings.ReservedNamespace_ReservedIndicatorTooltip"/>
data-content="@Strings.ReservedNamespace_ReservedIndicatorTooltip" tabindex="0" alt="@Strings.ReservedNamespace_ReservedIndicatorTooltip"></i>
Copy link
Contributor Author

Choose a reason for hiding this comment

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

Looks like you cannot have a self-closing icon tag

@martinrrm martinrrm changed the title Fix UI errors whit Icons and images [Dark Theme] Fix reserved icon error and updated default icon image Jun 24, 2024
@martinrrm martinrrm merged commit 7127734 into dev Jun 24, 2024
2 checks passed
@joelverhagen joelverhagen deleted the dev-martinrrm-fix-icons-dark-theme branch August 22, 2024 16:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants