-
Notifications
You must be signed in to change notification settings - Fork 58
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
bug fix action-connector + button add action
- Loading branch information
1 parent
48e9226
commit 62e3cb4
Showing
5 changed files
with
69 additions
and
19 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -28,6 +28,7 @@ | |
} | ||
&.isLast{ | ||
padding: 0px; | ||
min-height: 20px; | ||
.connector { | ||
right: -22px; | ||
top: calc(50% - 10px); | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,17 @@ | ||
/* You can add global styles to this file, and also import other style files */ | ||
|
||
|
||
|
||
.isLast{ | ||
|
||
.connector .point-connector-empty { | ||
border: 1px solid; | ||
border-color: rgba(0, 0, 0, 0.5); | ||
width: 12px; | ||
height: 12px; | ||
background: #ffffff; | ||
} | ||
.connector .point-connector-empty::before { | ||
border: 0px; | ||
} | ||
} |