From fa8e36fbebf7fffce17a058efed7c5ef68a70f19 Mon Sep 17 00:00:00 2001 From: Jean-Baptiste Bellet Date: Mon, 9 Jan 2023 18:30:32 +0100 Subject: [PATCH] As this is used in a odd/even table, background needs to be transparent Otherwise, it's set via `checkout h5` --- app/views/spree/shared/_line_item_name.html.haml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/spree/shared/_line_item_name.html.haml b/app/views/spree/shared/_line_item_name.html.haml index 12a32772a4..2139532c23 100644 --- a/app/views/spree/shared/_line_item_name.html.haml +++ b/app/views/spree/shared/_line_item_name.html.haml @@ -1,4 +1,4 @@ -%h5.inline-header +%h5.inline-header{ style: "background-color: transparent" } = "#{raw(line_item.product.name)}" - unless line_item.product.name.include? line_item.name_to_display %span= "- #{raw(line_item.name_to_display)}"