Huw Wilkins has proposed merging lp:~huwshimi/launchpad/tag-link-colour-907132
into lp:launchpad.
Requested reviews:
Launchpad code reviewers (launchpad-reviewers)
Related bugs:
Bug #907132 in Launchpad itself: "Tag links colour on bug listings add noise"
https://bugs.launchpad.net/launchpad/+bug/907132
For more details, see:
https://code.launchpad.net/~huwshimi/launchpad/tag-link-colour-907132/+merge/86499
Links on tags in a bug listing were the same colour as the titles. This made it
harder to read the listing as the links were fighting for attention (as you can
see here: https://launchpadlibrarian.net/88029984/tag_links.png).
This branch changes all links in the secondary information on a bug to be a
slightly darker grey than the text. Here's a screenshot:
https://launchpadlibrarian.net/88041066/new_tag_colour.png
--
https://code.launchpad.net/~huwshimi/launchpad/tag-link-colour-907132/+merge/86499
Your team Launchpad code reviewers is requested to review the proposed merge of
lp:~huwshimi/launchpad/tag-link-colour-907132 into lp:launchpad.
=== modified file 'lib/canonical/launchpad/icing/css/components/bug_listing.css'
--- lib/canonical/launchpad/icing/css/components/bug_listing.css 2011-12-20 00:00:03 +0000
+++ lib/canonical/launchpad/icing/css/components/bug_listing.css 2011-12-21 06:26:25 +0000
@@ -46,3 +46,6 @@
line-height: 16px;
margin-right: 5px;
}
+div#client-listing .field a {
+ color: #333;
+ }
_______________________________________________
Mailing list: https://launchpad.net/~launchpad-reviewers
Post to : [email protected]
Unsubscribe : https://launchpad.net/~launchpad-reviewers
More help : https://help.launchpad.net/ListHelp