Ajout milestone

This commit is contained in:
2026-05-26 21:26:32 +02:00
parent 663234d5c8
commit 113f65ce4a
11 changed files with 911 additions and 2 deletions
+32
View File
@@ -0,0 +1,32 @@
:host {
display: block;
}
.clickable-row {
cursor: pointer;
}
.clickable-row:hover {
background-color: #f3f4f6;
}
.clickable-row:focus-visible {
outline: 2px solid #2563eb;
outline-offset: -2px;
}
.description-cell {
max-width: 280px;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}
.progress-cell {
min-width: 130px;
}
.progress-label {
min-width: 2.5rem;
text-align: right;
}