Allow to show description of add-on product variations by default

This commit is contained in:
Raphael Michel
2019-07-15 11:26:42 +02:00
parent 020122b44f
commit 8d674965d1
6 changed files with 17 additions and 3 deletions

View File

@@ -88,7 +88,11 @@
margin-top: 10px;
}
.toggle-variation-description {
display: none;
}
.collapse-vardesc .toggle-variation-description {
cursor: pointer;
display: block;
}
#voucher-toggle {
display: none;