diff --git a/src/app/chatbot-design-studio/cds-dashboard/cds-canvas/actions/list/cds-action-intent/cds-action-intent.component.html b/src/app/chatbot-design-studio/cds-dashboard/cds-canvas/actions/list/cds-action-intent/cds-action-intent.component.html index 314c5f1c..db79d6e3 100644 --- a/src/app/chatbot-design-studio/cds-dashboard/cds-canvas/actions/list/cds-action-intent/cds-action-intent.component.html +++ b/src/app/chatbot-design-studio/cds-dashboard/cds-canvas/actions/list/cds-action-intent/cds-action-intent.component.html @@ -3,9 +3,9 @@
-
+
- - + + + + +
\ No newline at end of file diff --git a/src/app/chatbot-design-studio/cds-dashboard/cds-canvas/cds-intent/cds-intent.component.scss b/src/app/chatbot-design-studio/cds-dashboard/cds-canvas/cds-intent/cds-intent.component.scss index d14ff94e..981d3a0d 100644 --- a/src/app/chatbot-design-studio/cds-dashboard/cds-canvas/cds-intent/cds-intent.component.scss +++ b/src/app/chatbot-design-studio/cds-dashboard/cds-canvas/cds-intent/cds-intent.component.scss @@ -17,11 +17,7 @@ -.action-intent { - padding: 0 12px 0 0; - margin: 7px 0 -4px 0; - display: block; -} + .action-element{ width: 100%; @@ -346,23 +342,45 @@ background-color: var(--action-no-featured-backgroud); } + +.footer-intent { + cursor: pointer; + .last-action-intent { + padding: 0 12px 0 0; + margin: 7px 0 -4px 0; + display: block; + } +} + /* Btn add action /* --------------------------------- */ .csd-open-action-menu-btn-wpr { // height: 32px; + // bottom: -50px; text-align: center; position: absolute; - bottom: -50px; + display: block; + bottom: -36px; + left: 118px; } -.cds-last-action>.csd-open-action-menu-btn-wpr { +.footer-intent>.csd-open-action-menu-btn-wpr { opacity: 0; } -.cds-last-action:hover>.csd-open-action-menu-btn-wpr { +.footer-intent:hover>.csd-open-action-menu-btn-wpr { opacity: 1; } + +// .cds-last-action>.csd-open-action-menu-btn-wpr { +// opacity: 0; +// } + +// .cds-last-action:hover>.csd-open-action-menu-btn-wpr { +// opacity: 1; +// } + .body-action { position: relative; display: flex; diff --git a/src/styles.scss b/src/styles.scss index 90d4ee00..049d851d 100644 --- a/src/styles.scss +++ b/src/styles.scss @@ -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; + } +} \ No newline at end of file