Symptom: Ring appears rectangular
Root cause#
Element lacks border-radius while outline-based ring used.
The fix#
Use box-shadow ring (follows radius) or add rounded-*.
Verify#
- Hard-refresh (the CSS cache is the #1 false negative)
- Re-generate and re-link the stylesheet
- Search the docs for the exact class — spelling is unforgiving
Related#
troubleshooting/index|All issues · faq/index|FAQ
