Add hover background to gr-table-styles rows
Bug: Issue 9099 Change-Id: I52d0c2636c3591b789a231fd709c3b43a676273a
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
Reference in New Issue
Block a user