From 277d9d22d44fd1922b4ea53be287e656f23130b4 Mon Sep 17 00:00:00 2001 From: sigoden Date: Sat, 30 Jul 2022 08:04:31 +0800 Subject: [PATCH] feat(ui): add table row hover (#115) --- assets/index.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/assets/index.css b/assets/index.css index dd307b4..a69dcb1 100644 --- a/assets/index.css +++ b/assets/index.css @@ -131,6 +131,10 @@ body { padding-left: 0.6em; } +.paths-table tr:hover { + background-color: #fafafa; +} + .paths-table .cell-actions { width: 75px; display: flex;