Skip to content

Commit

Permalink
feat: add node resizer opacity
Browse files Browse the repository at this point in the history
  • Loading branch information
FacerAin committed Jul 31, 2023
1 parent f258da0 commit 111901d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/aws/ResourceNodeCommon.vue
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ const onRemove = () => {
opacity: 0;
}
.vue-flow__resize-control.handle {
opacity: 100;
opacity: 50%;
background-color: #252f3e !important;
height: 5px !important;
width: 5px !important;
Expand Down

0 comments on commit 111901d

Please sign in to comment.