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

[Bug] Aditional CSS Classes missing in 4.1.0 #235

Open
Shannon-roos opened this issue Nov 13, 2023 · 1 comment
Open

[Bug] Aditional CSS Classes missing in 4.1.0 #235

Shannon-roos opened this issue Nov 13, 2023 · 1 comment
Labels
Bug Something isn't working Needs: More Information The author needs to provide more information on the issue.

Comments

@Shannon-roos
Copy link

The additional style classes (SuccessClass, ErrorClass etc) don't appear to be working in versions 4+

After updating a project from 3.2.2 to 4.1.0 the custom SuccessClass tags are not applied to the DOM objects when rendered and any styles are not applied.

On a project with 3.2.2 the DOM has the custom CSS class,
image

On 4.1.0, the custom CSS class is not included,

image

If I download the latest sample and run the server\webassembly versions its fine. If I switch either out to the nuget version 4.1.0 then the CSS tags are not applied anymore...

Issue #207 included in 4.10 lists to have fixed this however in the 4.1.0 release on nuget the issue is still there.

Am I missing something? Happy to be told I'm crazy if I have?

@Shannon-roos Shannon-roos added Bug Something isn't working Triage Issue needs to be triaged labels Nov 13, 2023
@chrissainty
Copy link
Member

I've tried adding some classes to the ToastSettings.AdditionalStyles property and they seem to be showing as expected. Can you confirm if this is still an issue?

@chrissainty chrissainty added Needs: More Information The author needs to provide more information on the issue. and removed Triage Issue needs to be triaged labels Feb 19, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug Something isn't working Needs: More Information The author needs to provide more information on the issue.
2 participants