Fix mixed error display issue

This commit is contained in:
Matt-Yorkley
2020-05-18 16:41:57 +02:00
parent d70174becc
commit e3c337ef7e

View File

@@ -72,6 +72,12 @@
}
// Shopping cart
#update-cart {
#errorExplanation {
display: none;
}
}
#cart-detail {
.cart-item-delete, .bought-item-delete {
a {