You've already forked wc-bootstrap
-
WooCommerce Bootstrap 0.1.2
Pre-Releasereleased this
2026-02-28 21:13:54 +00:00 | 5 commits to main since this releaseFixed
- Dark mode: text inputs and textareas showing white background due to WooCommerce's
.woocommerce form .form-row .input-text(specificity0,3,1) overriding theme's checkout form rules withvar(--wc-form-color-background, #fff)fallback - Dark mode:
table-lightclass on<thead>forcing white table headers in cart, checkout review, orders, and payment methods pages - Dark mode: WooCommerce notice focus ring appearing white when
focus_populate_live_region()JS programmatically focuses alerts for screen reader accessibility - WooCommerce notice overrides not matching alerts rendered by Twig templates (added
.alert.woocommerce-*compound selectors alongside.woocommerce .woocommerce-*descendant selectors) - Order details table on thank-you page not wrapped in a card like other sections
- Thank-you page success message line-wrapping after icon due to block-level
<p>inside inline alert context
Downloads
- Dark mode: text inputs and textareas showing white background due to WooCommerce's