mirror of
https://github.com/clearml/clearml-web
synced 2025-03-13 07:08:17 +00:00
feedback: keep default color. darken only when selecting a node
This commit is contained in:
parent
0385fd4e1d
commit
e750951e35
@ -24,6 +24,7 @@
|
||||
></sm-pipeline-controller-step>
|
||||
</div>
|
||||
<svg class="arrows"
|
||||
[class.selected]="selectedEntity?.id"
|
||||
*ngIf="chartWidth"
|
||||
[attr.viewBox]="'0 0 ' + chartWidth + ' ' + (50 + 132 * dagModel?.length)"
|
||||
[style.width.px]="chartWidth"
|
||||
|
@ -136,9 +136,13 @@ $log-header-height: 48px;
|
||||
left: 0;
|
||||
top: 0;
|
||||
pointer-events: none;
|
||||
stroke: $blue-400;
|
||||
fill: $blue-400;
|
||||
|
||||
&.selected {
|
||||
stroke: $blue-600;
|
||||
fill: $blue-600;
|
||||
|
||||
}
|
||||
.selected {
|
||||
stroke: $blue-200;
|
||||
fill: $blue-200;
|
||||
|
Loading…
Reference in New Issue
Block a user