From: sigoden Date: Sat, 30 Jul 2022 00:04:31 +0000 (+0800) Subject: feat(ui): add table row hover (#115) X-Git-Url: https://git.ozva.co.uk/?a=commitdiff_plain;h=277d9d22d44fd1922b4ea53be287e656f23130b4;p=ozva-cloud feat(ui): add table row hover (#115) --- 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;