forked from CGM_Public/pretix_original
Product list: Indent variations, improve alignment of price and quantity (#3135)
This commit is contained in:
committed by
GitHub
parent
9a53dc9c5e
commit
c7060d188f
@@ -389,7 +389,9 @@ details summary {
|
||||
-webkit-user-select: none;
|
||||
user-select: none;
|
||||
}
|
||||
.nojs details[open] .collapse-indicator, details.details-open .collapse-indicator {
|
||||
.nojs details[open] .panel-heading .collapse-indicator,
|
||||
details.details-open .panel-heading .collapse-indicator,
|
||||
[aria-expanded=true]>.collapse-indicator {
|
||||
-webkit-transform: rotate(180deg);
|
||||
-ms-transform: rotate(180deg);
|
||||
-moz-transform: rotate(180deg);
|
||||
|
||||
Reference in New Issue
Block a user