Skip to content

Improved css reset for deafault.css#7371

Merged
bdukes merged 1 commit into
dnnsoftware:developfrom
valadas:css-reset-fix
Jul 14, 2026
Merged

Improved css reset for deafault.css#7371
bdukes merged 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 :-)

@bdukes
bdukes enabled auto-merge July 14, 2026 19:09
@bdukes
bdukes added this pull request to the merge queue Jul 14, 2026
@mitchelsellers
mitchelsellers removed this pull request from the merge queue due to a manual request Jul 14, 2026
@bdukes
bdukes added this pull request to the merge queue Jul 14, 2026
Merged via the queue into dnnsoftware:develop with commit 6aee09d Jul 14, 2026
9 checks passed
@bdukes bdukes modified the milestones: 10.3.3, 10.4.0 Jul 14, 2026
@bdukes

bdukes commented Jul 14, 2026

Copy link
Copy Markdown
Contributor

I accidentally merged this, but we're intending to include this in 10.4.0 instead. I've pushed a revert commit

@bdukes

bdukes commented Jul 14, 2026

Copy link
Copy Markdown
Contributor

Moved to #7372

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

4 participants