Refactor table row selection logic and remove associated CSS styles for improved clarity and maintainability

This commit is contained in:
Ross
2025-11-01 21:04:01 +00:00
parent cbf4c3497d
commit 62c26d199e
3 changed files with 3 additions and 47 deletions
-13
View File
@@ -1397,19 +1397,6 @@ span#user-id {
opacity: 1;
}
/* Highlight row on hover */
.row-selector tbody tr:hover td {
background-color: darkblue;
cursor: pointer;
}
/* Highlight selected row */
.row-selector tbody tr.selected td {
background-color: #b3d7ff !important;
color: #333;
}
.image-block {
min-width: 100px;
display: inline-block;