Actually, having a look at https://code.launchpad.net/~cimi/unity8/fix-1393008/+merge/246138 i can see that
var hasBackground = (hasSummary || !isHorizontal) && (template["card-background"] || components["background"] || artAndSummary); should be something more like var hasBackground = (!isHorizontal && (template["card-background"] || components["background"] || artAndSummary)) || (hasSummary && (template["card-background"] || components["background"])) Otherwise we're adding a background to all cards with artAndSummary which i'd say is not what https://bugs.launchpad.net/developer-ubuntu- com/+bug/1393008 was about Note that this should not affect rtm branch. -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to unity8 in Ubuntu. https://bugs.launchpad.net/bugs/1411748 Title: [Arale] News aggregator scope has a white scope background in cards Status in the base for Ubuntu mobile products: New Status in unity8 package in Ubuntu: New Bug description: Open the news aggregator in Arale. Go to the section "national news" A white card background appears This seems to be only impacting vertical-jounal cards. To manage notifications about this bug go to: https://bugs.launchpad.net/canonical-devices-system-image/+bug/1411748/+subscriptions -- Mailing list: https://launchpad.net/~touch-packages Post to : [email protected] Unsubscribe : https://launchpad.net/~touch-packages More help : https://help.launchpad.net/ListHelp

