From 200917b724d038d6fb5a4b83bb26ddbed2f2ed10 Mon Sep 17 00:00:00 2001 From: David Ichim Date: Fri, 30 Sep 2022 20:00:01 +0300 Subject: [PATCH] change(listing): use a transparent background if no background is passed to listing summary - this way if we add a listing inside a content-box the bg color can also come from the content box --- src/less/listing-cards.less | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/less/listing-cards.less b/src/less/listing-cards.less index bcfc183f..e19a12e3 100644 --- a/src/less/listing-cards.less +++ b/src/less/listing-cards.less @@ -142,7 +142,7 @@ each(range(5), { } .listing.summary { - background-color: var(--bg-color, #fff); + background-color: var(--bg-color, transparent); color: var(--text-color, @tertiaryColor); }