diff --git a/src/components/metrics/ListTable.module.css b/src/components/metrics/ListTable.module.css index 8a0a49164..9c3d5cff6 100644 --- a/src/components/metrics/ListTable.module.css +++ b/src/components/metrics/ListTable.module.css @@ -39,6 +39,11 @@ align-items: center; margin-bottom: 5px; overflow: hidden; + border-radius: 4px; +} + +.row:hover { + background-color: var(--base75); } .label { @@ -46,6 +51,7 @@ text-overflow: ellipsis; overflow: hidden; flex: 2; + padding-left: 10px; } .label a {