Skip to content

Commit

Permalink
Added hover state for list tables.
Browse files Browse the repository at this point in the history
  • Loading branch information
mikecao committed Mar 2, 2024
1 parent 76f40dd commit c807c3a
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/components/metrics/ListTable.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -39,13 +39,19 @@
align-items: center;
margin-bottom: 5px;
overflow: hidden;
border-radius: 4px;
}

.row:hover {
background-color: var(--base75);
}

.label {
white-space: nowrap;
text-overflow: ellipsis;
overflow: hidden;
flex: 2;
padding-left: 10px;
}

.label a {
Expand Down

0 comments on commit c807c3a

Please sign in to comment.