Remove duplicate .role-badge CSS from Person section #148
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "fix/css-role-badge-duplicate"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Summary
.role-badgedefinition from Person CSS section that would conflict with PR #146's richer definitionChanges
app/assets/stylesheets/application.css: removed.role-badgeblock (11 lines) from Person component section. PR #146 (Crew tab) defines.role-badgewith neutral base colors and role-specific modifiers (.role-badge-admin,.role-badge-lead, etc.). The Person section's definition used fixed accent colors that would override those modifiers via CSS cascade.Test Plan
Review Checklist
Related Notes