Skip to content
Snippets Groups Projects
Commit db38a189 authored by Martin's avatar Martin
Browse files

OZG-7593 remove postfach-links-disabled

parent d5f7b5f1
Branches
Tags
1 merge request!65Ozg 7593 button erneut vesuchen bug
......@@ -29,10 +29,6 @@
a {
text-decoration: none;
color: inherit;
:host-context(.postfach-links-disabled) {
pointer-events: none;
}
}
.subject {
......
......@@ -25,10 +25,6 @@ a {
text-decoration: none;
color: inherit;
:host-context(.postfach-links-disabled) {
pointer-events: none;
}
.message {
margin-bottom: 0.25rem;
}
......
......@@ -26,11 +26,10 @@
<ozgcloud-spinner *ngIf="postfachMailListStateResource">
<alfa-postfach-mail
*ngFor="
let postfachMail of postfachMailListStateResource.resource
| toEmbeddedResources: postfachMailListLinkRel.POSTFACH_MAIL_LIST
let postfachMail of postfachMailListStateResource.resource | toEmbeddedResources: postfachMailListLinkRel.POSTFACH_MAIL_LIST
"
[attr.data-test-id]="(postfachMail.subject | convertForDataTest) + '-item'"
class="postfach postfach-links-disabled w-full lg:w-1/2"
class="postfach w-full lg:w-1/2"
[postfachMail]="postfachMail"
>
</alfa-postfach-mail>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment