Aktionen
GX-Bug #57691
geschlossenStyling der Payment und Shipping-Logos bei aktiver Auswahl nicht korrekt
Status:
Erledigt
Priorität:
Normal
Zugewiesen an:
Julian Heckmann
Kategorie:
Honeygrid
Zielversion:
% erledigt:
100%
Geschätzter Aufwand:
Steps to reproduce:
Betroffene Versionen:
Unbestimmt
Release Notes Langtext:
Styling der Payment und Shipping-Logos bei aktiver Auswahl korrigiert
Beschreibung
Ist eine Zahlungsweise oder eine Versandart ausgwählt, soll die Hintergrundfarbe des Logos auf weiß wechseln. Das passiert momentan nicht, die Hintergrundfarbe bleibt grau. Folgendes CSS fehlt:
body.page-checkout-shipping .list-group .list-group-item .shipping-module-container .shipping-module-icon img,
body.page-checkout-payment .list-group .list-group-item .payment-module-container .payment-module-icon img,
body.page-checkout-payment .list-group.paypal3-plus-checkout .list-group-item:not(.paypal3-plus) .payment_item label .module-icon img {
border-radius: 5px;
box-shadow: none;
height: 50px;
image-rendering: auto;
background-color: #f3f3f3;
}
body.page-checkout-shipping .list-group .list-group-item.active .shipping-module-container .shipping-module-icon img,
body.page-checkout-payment .list-group .list-group-item.active .payment-module-container .payment-module-icon img,
body.page-checkout-payment .list-group.paypal3-plus-checkout .list-group-item.active:not(.paypal3-plus) .payment_item label .module-icon img {
background-color: #fff;
}
Dies sollte einmal sauber in SCSS übertragen werden.
Zugehörige Tickets
Aktionen