Skip to content

FIX: Default.css > Typo in custom property name > ui/_forms.scss#7353

Merged
donker merged 1 commit into
dnnsoftware:developfrom
Timo-Breumelhof:default_css/typos
Jul 3, 2026
Merged

FIX: Default.css > Typo in custom property name > ui/_forms.scss#7353
donker merged 1 commit into
dnnsoftware:developfrom
Timo-Breumelhof:default_css/typos

Conversation

@Timo-Breumelhof

Copy link
Copy Markdown
Contributor

As this is a typo, I did not create an issue for it.

Summary

File: ui/_forms.scss:592
outline: 2px solid var(--dnn-color-forground, black);
Should reference --dnn-color-foreground (missing "e"). Because the name
doesn't match the variable a theme actually sets, this rule always falls
back to the literal "black" - a theme's foreground color can never reach
this focus outline.

@Timo-Breumelhof Timo-Breumelhof changed the title FIX: Default.scss > Typo in custom property name FIX: Default.css > Typo in custom property name > ui/_forms.scss Jul 3, 2026
@donker donker added this to the 10.3.3 milestone Jul 3, 2026
@donker
donker added this pull request to the merge queue Jul 3, 2026
Merged via the queue into dnnsoftware:develop with commit d2d116a Jul 3, 2026
9 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

Status: No status

Development

Successfully merging this pull request may close these issues.

3 participants