Add hover background to gr-table-styles rows

Bug: Issue 9099
Change-Id: I52d0c2636c3591b789a231fd709c3b43a676273a
This commit is contained in:
Wyatt Allen
2018-05-31 09:33:13 -07:00
parent 74d1a58ca8
commit eff9391890

View File

@@ -30,6 +30,9 @@ limitations under the License.
.genericList tr {
border-bottom: 1px solid var(--border-color);
}
.genericList tr:hover {
background-color: var(--hover-background-color);
}
.genericList th {
white-space: nowrap;
}