Skip to content

Improved css reset for deafault.css#7371

Open
valadas wants to merge 1 commit into
dnnsoftware:developfrom
valadas:css-reset-fix
Open

Improved css reset for deafault.css#7371
valadas wants to merge 1 commit into
dnnsoftware:developfrom
valadas:css-reset-fix

Conversation

@valadas

@valadas valadas commented Jul 10, 2026

Copy link
Copy Markdown
Contributor

"modern-normalize" was already in the dev-dependencies for the clientside project but was unused. Instead a manual css reset was in place which was too strong and made the default em <i> <strong> <b> have wrong defaults that made them useless.

I believe this was temporary and the intention was to use modern-normalize in the first place and it was gorgotten.

This PR fixes that. The above elements now look fine and I went over the default theme and the DNN UI parts and it appers to not have affected them.

Closes #7352

"modern-normalize" was already in the dev-dependencies for the clientside project but was unused. Instead a manual css reset was in place which was too strong and made the default `em` `<i>` `<strong>` `<b>` have wrong defaults that made them useless.

I believe this was temporary and the intention was to use modern-normalize in the first place and it was gorgotten.

This PR fixes that. The above elements now look fine and I went over the default theme and the DNN UI parts and it appers to not have affected them.

Closes dnnsoftware#7352
@valadas valadas added this to the 10.3.3 milestone Jul 10, 2026
@Timo-Breumelhof

Copy link
Copy Markdown
Contributor

Thanks :-)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

DNN 10 default css reset is too strong

2 participants