Skip to content

Commit

Permalink
add input and output hover effects using css (modelscope#39)
Browse files Browse the repository at this point in the history
  • Loading branch information
zhijianma authored Oct 18, 2024
1 parent e37f00e commit 79effa6
Showing 1 changed file with 8 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,14 @@
outline: 1px solid var(--main-color);
}

.drawflow-node .input:hover {
background: #43b993;
}

.drawflow-node .output:hover {
background: #43b993;
}

.drawflow > .drawflow-delete {
border: 2px solid #43b993;
background: white;
Expand Down

0 comments on commit 79effa6

Please sign in to comment.