Highlight gr-change-list-item on hover

Give the item a light yellow background when hovered, to help line up
label statuses with change descriptions.

Bug: Issue 6130
Change-Id: Ifc2c1693fe627225d1e340bb188af0a7fec8c815
This commit is contained in:
Logan Hanks
2017-05-11 10:34:54 -07:00
parent 259acae4f8
commit dcb8f04012

View File

@@ -30,6 +30,9 @@ limitations under the License.
display: table-row;
border-bottom: 1px solid #eee;
}
:host(:hover) {
background-color: #f5fafd;
}
:host([selected]) {
background-color: #ebf5fb;
}