changes on hover

This commit is contained in:
2026-03-06 09:28:23 +08:00
parent c1e11d7f1c
commit deea4905b0
2 changed files with 2 additions and 0 deletions

View File

@@ -50,6 +50,7 @@
.tableBody tr {
border-bottom: 1px solid rgba(129, 135, 255, 0);
cursor: pointer;
}
.tableBody tr:hover {
border-bottom: 1px solid rgba(129, 135, 255, 0.25);