Merge pull request #6541 from opf/fix/28286-Wrong-layout-for-attribute-help-texts

[28286] Wrong layout for attribute help texts

[ci skip]
pull/6542/head
Oliver Günther 6 years ago committed by GitHub
commit a1329ebc3c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      frontend/src/app/modules/common/help-texts/attribute-help-text.modal.ts
  2. 4
      frontend/src/app/modules/common/help-texts/help-text.modal.html

@ -39,7 +39,7 @@ import {OpModalLocalsToken} from "core-components/op-modals/op-modal.service";
export class AttributeHelpTextModal extends OpModalComponent {
/* Close on escape? */
public closeOnEscape = false;
public closeOnEscape = true;
/* Close on outside click */
public closeOnOutsideClick = false;

@ -2,10 +2,10 @@
data-indicator-name="modal">
<div class="op-modal--modal-container attribute-help-text--modal" tabindex="0">
<div class="op-modal--modal-header">
<a>
<a class="op-modal--modal-close-button">
<i
class="icon-close"
(click)="closeMe($event)"
(accessibleClick)="closeMe($event)"
[attr.title]="text.close">
</i>
</a>

Loading…
Cancel
Save