-
Notifications
You must be signed in to change notification settings - Fork 9
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Given&Then has been added to ZB. #504
Conversation
The following has been changed: 1) The "add block as reference" checkbox & "Add Block" button are deactivated, if no block is selected. 2) The dropDown selection is added, if the "add block as reference" is checked. "When" selected by default. 3) Added id to reference block as a step.
@@ -152,6 +165,11 @@ td.mat-mdc-cell:first-of-type, td.mat-mdc-footer-cell:first-of-type{ | |||
background: #90CAF9; | |||
} | |||
|
|||
::ng-deep .mat-mdc-form-field.wayToAddBlockDropDown .mat-mdc-select-value-text { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Geht vielleicht ohne ng-deep?
frontend/src/app/modals/add-block-form/add-block-form.component.ts
Outdated
Show resolved
Hide resolved
display: flex; | ||
align-items: center; | ||
} | ||
::ng-deep .wayToAddBlockDropDown .mat-mdc-form-field-infix{ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
display: flex; | ||
align-items: center; | ||
} | ||
::ng-deep .wayToAddBlockDropDown .mat-mdc-form-field-infix{ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
.wayToAddBlockDropDown - vielleicht umbenennen, sodass es klar ist, auf welches Element es sich betrifft.
display: flex; | ||
align-items: center; | ||
} | ||
.wayToAddBlock{ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
.wayToAddBlock - vielleicht umbenennen, sodass es klar ist, auf welches Element es sich betrifft.
54da9c0
to
f76f40c
Compare
Quality Gate passedKudos, no new issues were introduced! 0 New issues |
The following has been changed: