detail de l'issue
This commit is contained in:
@@ -64,6 +64,19 @@ tbody tr:last-child td {
|
||||
border-bottom: none;
|
||||
}
|
||||
|
||||
.clickable-row {
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
.clickable-row:hover {
|
||||
background-color: #f3f4f6;
|
||||
}
|
||||
|
||||
.clickable-row:focus-visible {
|
||||
outline: 2px solid #2563eb;
|
||||
outline-offset: -2px;
|
||||
}
|
||||
|
||||
@media (max-width: 768px) {
|
||||
.page-header {
|
||||
flex-direction: column;
|
||||
|
||||
Reference in New Issue
Block a user