Skip to content

Commit edcc4ef

Browse files
Diede Kerkhofkodiakhq[bot]
Diede Kerkhof
authored andcommitted
fix: add hover to link in flow settings modal
1 parent 63ab279 commit edcc4ef

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

frank-flow/src/frontend/src/app/flow/options/options.component.html

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -92,9 +92,11 @@ <h2>Attributes</h2>
9292
(ngModelChange)="changeAttribute(attribute.key, $event)"
9393
[ngModel]="attributes[attribute.key].value"
9494
type="text"
95-
title="Delete attribute"
9695
/>
97-
<app-button (click)="deleteAttribute(attribute.key)">
96+
<app-button
97+
(click)="deleteAttribute(attribute.key)"
98+
title="Delete attribute"
99+
>
98100
<fa-icon [icon]="['fas', 'trash']"></fa-icon>
99101
</app-button>
100102
</div>

frank-flow/src/frontend/src/app/header/configuration-settings/configuration-settings.component.scss

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,9 @@
44
.link {
55
cursor: pointer;
66
font-weight: bold;
7+
8+
&:hover {
9+
color: var(--primary);
10+
}
711
}
812
}

0 commit comments

Comments
 (0)