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
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1411748

Title:
  [Arale] News aggregator scope has a white scope background in cards

To manage notifications about this bug go to:
https://bugs.launchpad.net/canonical-devices-system-image/+bug/1411748/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to