launchpad-reviewers team mailing list archive
-
launchpad-reviewers team
-
Mailing list archive
-
Message #02541
[Merge] lp:~huwshimi/launchpad/hover-row-43231 into lp:launchpad
Huw Wilkins has proposed merging lp:~huwshimi/launchpad/hover-row-43231 into lp:launchpad.
Requested reviews:
Launchpad code reviewers (launchpad-reviewers)
Related bugs:
#43231 Hovering over a row in bug and question listing should highlight the row
https://bugs.launchpad.net/bugs/43231
For more details, see:
https://code.launchpad.net/~huwshimi/launchpad/hover-row-43231/+merge/48877
Added a highlight when you hover a row on a table listing.
TO TEST:
Find a table listing (such as https://bugs.launchpad.dev/ubuntu or https://answers.launchpad.dev/ubuntu). Hover a row with your mouse and the background of that row should change to a pale grey.
--
https://code.launchpad.net/~huwshimi/launchpad/hover-row-43231/+merge/48877
Your team Launchpad code reviewers is requested to review the proposed merge of lp:~huwshimi/launchpad/hover-row-43231 into lp:launchpad.
=== modified file 'lib/canonical/launchpad/icing/style-3-0.css.in'
--- lib/canonical/launchpad/icing/style-3-0.css.in 2011-02-03 21:08:58 +0000
+++ lib/canonical/launchpad/icing/style-3-0.css.in 2011-02-08 06:03:16 +0000
@@ -637,6 +637,9 @@
table.listing, table.listing tbody, table.listing td.end-of-section {
border-bottom: 1px solid #d2d2d2;
}
+table.listing tr:hover {
+ background-color: #f6f6f6;
+ }
table.listing th {
font-weight: bold;
}
Follow ups