fix(gantt): remove unreachable hover rule on relation arrows

This commit is contained in:
kolaente 2026-03-02 13:44:16 +01:00
parent aa6c3d85a7
commit 092e8fe45a
1 changed files with 0 additions and 5 deletions

View File

@ -122,11 +122,6 @@ function getMarkerEnd(arrow: GanttArrow): string {
.gantt-arrow {
opacity: 0.7;
transition: opacity 0.2s ease;
&:hover {
opacity: 1;
}
}
</style>