Skip to content

Commit 0a56846

Browse files
committed
color contrast isues cleared
1 parent 8402df4 commit 0a56846

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

administrator/components/com_workflow/resources/scripts/components/edges/CustomEdge.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@
6262
aria-hidden="true"
6363
/>
6464

65-
<div class="d-flex flex-column bg-primary border rounded shadow-sm position-absolute">
65+
<div class="custom-edge d-flex flex-column border rounded shadow-sm position-absolute">
6666
<!-- Actions Dropdown -->
6767
<nav
6868
v-if="showActions"

build/media_source/com_workflow/scss/components/_workflow-graph-custom.scss

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,10 @@
2323
stroke-width: 3;
2424
}
2525

26+
.custom-edge {
27+
background: rgb(32, 113, 198) !important;
28+
}
29+
2630
/* ----- Edge Labels ----- */
2731
.vue-flow__edge-label {
2832
padding: 4px 8px;
@@ -45,6 +49,15 @@
4549
box-shadow: 0 10px 15px -3px rgba(0, 0, 0, .1);
4650
}
4751

52+
.custom-controls {
53+
position: absolute;
54+
background: var(--secondary);
55+
padding: 4px;
56+
bottom: 10px;
57+
right: 10px;
58+
z-index: 10;
59+
}
60+
4861
/* ----- Nodes ----- */
4962
.stage-node { position: relative; }
5063
.stage-node .edge-handler {

0 commit comments

Comments
 (0)