feat(ui): add table row hover (#115)

This commit is contained in:
sigoden 2022-07-30 08:04:31 +08:00 committed by GitHub
parent c62926d19c
commit 277d9d22d4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View 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;