Refactor table row selection logic and remove associated CSS styles for improved clarity and maintainability
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user