launchpad-reviewers team mailing list archive
-
launchpad-reviewers team
-
Mailing list archive
-
Message #18537
[Merge] lp:~rbanffy/launchpad/highlight_listing_tr into lp:launchpad
Ricardo Bánffy has proposed merging lp:~rbanffy/launchpad/highlight_listing_tr into lp:launchpad.
Requested reviews:
Launchpad code reviewers (launchpad-reviewers)
For more details, see:
https://code.launchpad.net/~rbanffy/launchpad/highlight_listing_tr/+merge/258766
--
Your team Launchpad code reviewers is requested to review the proposed merge of lp:~rbanffy/launchpad/highlight_listing_tr into lp:launchpad.
=== modified file 'lib/canonical/launchpad/icing/css/base.css'
--- lib/canonical/launchpad/icing/css/base.css 2015-03-24 11:30:04 +0000
+++ lib/canonical/launchpad/icing/css/base.css 2015-05-11 13:25:37 +0000
@@ -402,6 +402,10 @@
border: none;
}
+table.listing tbody tr:not(.thead) tr:hover {
+ background: lightgrey;
+ }
+
table.listing tfoot td {
border: 1px solid #d2d2d2;
}
Follow ups