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 @@ ...@@ -29,10 +29,6 @@
a { a {
text-decoration: none; text-decoration: none;
color: inherit; color: inherit;
:host-context(.postfach-links-disabled) {
pointer-events: none;
}
} }
.subject { .subject {
......
...@@ -25,10 +25,6 @@ a { ...@@ -25,10 +25,6 @@ a {
text-decoration: none; text-decoration: none;
color: inherit; color: inherit;
:host-context(.postfach-links-disabled) {
pointer-events: none;
}
.message { .message {
margin-bottom: 0.25rem; margin-bottom: 0.25rem;
} }
......
...@@ -26,11 +26,10 @@ ...@@ -26,11 +26,10 @@
<ozgcloud-spinner *ngIf="postfachMailListStateResource"> <ozgcloud-spinner *ngIf="postfachMailListStateResource">
<alfa-postfach-mail <alfa-postfach-mail
*ngFor=" *ngFor="
let postfachMail of postfachMailListStateResource.resource let postfachMail of postfachMailListStateResource.resource | toEmbeddedResources: postfachMailListLinkRel.POSTFACH_MAIL_LIST
| toEmbeddedResources: postfachMailListLinkRel.POSTFACH_MAIL_LIST
" "
[attr.data-test-id]="(postfachMail.subject | convertForDataTest) + '-item'" [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" [postfachMail]="postfachMail"
> >
</alfa-postfach-mail> </alfa-postfach-mail>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment