fix(gantt): remove unreachable hover rule on relation arrows
This commit is contained in:
parent
aa6c3d85a7
commit
092e8fe45a
|
|
@ -122,11 +122,6 @@ function getMarkerEnd(arrow: GanttArrow): string {
|
|||
|
||||
.gantt-arrow {
|
||||
opacity: 0.7;
|
||||
transition: opacity 0.2s ease;
|
||||
|
||||
&:hover {
|
||||
opacity: 1;
|
||||
}
|
||||
}
|
||||
</style>
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue