First pass at updating the badge component per discussions in #27136, other threads, and our team Slack channel. Here's what's included thus far:
- Drop hover and focus states
- Drop
.badge-*variants and associated mixin for.bg-*utilities - Drop
.badge-pillfor.rounded-pillutility and adjust horizontal padding to find middle ground of.badgeand old.badge-pill - Remove unused variables
- Add default
colorvalue to.badgebase class - Update docs to reflect changes