mirror of
https://github.com/pretix/pretix.git
synced 2026-05-06 15:24:02 +00:00
Product list: Indent variations, improve alignment of price and quantity (#3135)
This commit is contained in:
committed by
GitHub
parent
9a53dc9c5e
commit
c7060d188f
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user