Skip to content
- Find a Supplier results (Business & Finance): the supplier list rendered visible bullets. The bullet-suppression rule targeted `#views-exposed-form-wcm-suppliers-block-1 ~ ul`, but the `<ul>` is nested inside `.views-group > .views-group-fields` (not a direct sibling of the exposed form), so it never matched — scoped it to `~ .views-group ul`. The list stays a semantic `<ul>`/`<li>` for accessibility. Also styled the supplier title as `h3` to match the view's current heading level (was `h2`)
- Restore bottom margin (`1.4rem`) on paragraphs and lists in node body content rendered outside text blocks. The dark-mode release scoped the paragraph-spacing rule to `.block--wcm-block-text` only, so Book pages, KB articles, Calendar entries, Person nodes, DAS Resource nodes, and taxonomy view page bodies lost their `<p>`/`<ul>`/`<ol>` spacing
- Book page bottom prev/next navigation buttons render again: `book-navigation.html.twig` now passes `previous_page`/`next_page` explicitly into the `bux:doc-pagination` SDC (the component does not inherit the ambient template context)
- Book page action buttons ("Printer-friendly Version", "View all sections on a single page", "Add child/sibling page") use knockout (white) text
- Alt-style buttons (`.bux-button--alt`/`.bux-button--alt-small`) show a uniform border on all four sides. The BUX 1.6 SDC emitted a broken two-value `border-width` (a lightningcss light/dark transform), rendering the top/bottom borders thinner than left/right
- Heading links in "giant list" custom blocks (DAS Resources, B&F Policies and Forms, UG Research Postings) no longer show a double underline: dropped the content-link `border-bottom` on `li > h2–h6 > a`, leaving the heading's own hover underline
- Headings used as list-item content (`li > h2–h6`) render `inline-block` so they sit beside the bullet marker instead of dropping to the next line with a vertical gap