Skip to content

schema-apps: fix CSS unicode escapes in content properties#325

Merged
melvincarvalho merged 1 commit into
gh-pagesfrom
polish-css-unicode-escapes
Jun 13, 2026
Merged

schema-apps: fix CSS unicode escapes in content properties#325
melvincarvalho merged 1 commit into
gh-pagesfrom
polish-css-unicode-escapes

Conversation

@melvincarvalho

Copy link
Copy Markdown
Contributor

By Charlie 🤖. POLISH step — CSS bug fix in app.css only.

The .cc-qual-list li::before checkmark used content: "\u2713" (JS-style escape) which is invalid in CSS — renders as literal text u2713. Converted to content: "\2713 " (correct CSS form: backslash + hex code + trailing space). Verified no \u escapes remain in any content: property.

Gate passes locally (325 apps).

The .cc-qual-list li::before checkmark used \u2713 (JS form) which
is invalid in CSS and rendered as literal 'u2713'. Converted to
\2713 with trailing space (correct CSS escape form). grep confirms
no \u escapes remain in any content: property.
Gate passes (325 apps).
@melvincarvalho melvincarvalho enabled auto-merge (squash) June 13, 2026 13:15
@melvincarvalho melvincarvalho merged commit 00deb79 into gh-pages Jun 13, 2026
1 check passed
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.

1 participant