]> OzVa Git service - ozva-cloud/commitdiff
feat(ui): add table row hover (#115)
authorsigoden <sigoden@gmail.com>
Sat, 30 Jul 2022 00:04:31 +0000 (08:04 +0800)
committerGitHub <noreply@github.com>
Sat, 30 Jul 2022 00:04:31 +0000 (08:04 +0800)
assets/index.css

index dd307b4fe81c7c4cc702142aa829c2714809737d..a69dcb1f0576c7a81ae0a5634d22ffd72d31d200 100644 (file)
@@ -131,6 +131,10 @@ body {
   padding-left: 0.6em;
 }
 
+.paths-table tr:hover {
+  background-color: #fafafa;
+}
+
 .paths-table .cell-actions {
   width: 75px;
   display: flex;