Skip to content

Commit

Permalink
change(listing): use a transparent background if no background is pas…
Browse files Browse the repository at this point in the history
…sed to listing summary

- this way if we add a listing inside a content-box the bg color can also come from the content box
  • Loading branch information
ichim-david committed Sep 30, 2022
1 parent 145e3b1 commit 200917b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/less/listing-cards.less
Original file line number Diff line number Diff line change
Expand Up @@ -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);
}

Expand Down

0 comments on commit 200917b

Please sign in to comment.