From c807c3a8e95734c25f80875f6253634f26f69cf5 Mon Sep 17 00:00:00 2001 From: Mike Cao Date: Fri, 1 Mar 2024 17:39:39 -0800 Subject: [PATCH] Added hover state for list tables. --- src/components/metrics/ListTable.module.css | 6 ++++++ 1 file changed, 6 insertions(+) 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 {