detail de l'issue

This commit is contained in:
Cédric OLIVIER
2026-05-22 18:03:06 +02:00
parent 9fbcf805c7
commit f6acfd0e30
8 changed files with 242 additions and 14 deletions
+13
View File
@@ -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;