← Back to team overview

launchpad-reviewers team mailing list archive

[Merge] lp:~allenap/launchpad/localpackagediffs-errant-line-bug-783455 into lp:launchpad

 

The proposal to merge lp:~allenap/launchpad/localpackagediffs-errant-line-bug-783455 into lp:launchpad has been updated.

Description changed to:

Adds a style rule to prevent the top border being shown on expanded difference rows.

To demonstrate, first create a difference to look at:

  $ bin/harness
  >>> diff = factory.makeDistroSeriesDifferenceComment()
  >>> derived_series = diff.distro_series_difference.derived_series
  >>> transaction.commit()
  >>> import webbrowser
  >>> webbrowser.open(canonical_url(
  ...     derived_series, view_name="+localpackagediffs"))

Then open the expander.


For more details, see:
https://code.launchpad.net/~allenap/launchpad/localpackagediffs-errant-line-bug-783455/+merge/64388
-- 
https://code.launchpad.net/~allenap/launchpad/localpackagediffs-errant-line-bug-783455/+merge/64388
Your team Launchpad code reviewers is requested to review the proposed merge of lp:~allenap/launchpad/localpackagediffs-errant-line-bug-783455 into lp:launchpad.


References