[29176] Hide wp-breadcrumb when printing

https://community.openproject.com/wp/29176

[ci skip]
pull/6925/head
Oliver Günther 6 years ago
parent 0caf7bad29
commit 0b168b2b10
No known key found for this signature in database
GPG Key ID: A3A8BDAD7C0C552C
  1. 2
      frontend/src/app/components/work-packages/wp-breadcrumb/wp-breadcrumb-parent.html

@ -10,7 +10,7 @@
(execute)="open()" (execute)="open()"
*ngIf="canModifyParent()" *ngIf="canModifyParent()"
[linkTitle]="parent ? text.edit_parent : text.set_parent" [linkTitle]="parent ? text.edit_parent : text.set_parent"
linkClass="wp-relation--parent-change"> linkClass="wp-relation--parent-change hide-when-print">
<op-icon icon-classes="icon-small {{ parent ? 'icon-edit icon2' : 'icon-add icon4' }}"></op-icon> <op-icon icon-classes="icon-small {{ parent ? 'icon-edit icon2' : 'icon-add icon4' }}"></op-icon>
<span *ngIf="!parent" [textContent]="text.set_parent"></span> <span *ngIf="!parent" [textContent]="text.set_parent"></span>
</accessible-by-keyboard> </accessible-by-keyboard>

Loading…
Cancel
Save