Product list: Indent variations, improve alignment of price and quantity (#3135)

This commit is contained in:
Richard Schreiber
2023-03-03 14:26:11 +01:00
committed by GitHub
parent 9a53dc9c5e
commit c7060d188f
8 changed files with 79 additions and 36 deletions

View File

@@ -70,7 +70,7 @@ setup_collapsible_details = function (el) {
var altLabel = $button.attr("data-label-alt");
$button.attr("data-label-alt", $button.text());
$button.text(altLabel);
$button.find("span").text(altLabel);
$button.attr("aria-expanded", !isOpen);
if (isOpen) {