Skip to content
Snippets Groups Projects
Commit 08c2a694 authored by Etienne LOUPIAS's avatar Etienne LOUPIAS
Browse files

Merge branch '244-separate-items-in-post-card' into 'dev'

fix(accessibility): separate items in post card

See merge request !831
parents fd2a24d8 ccce50fc
No related branches found
No related tags found
2 merge requests!846V3.1.0 (sans impression),!831fix(accessibility): separate items in post card
<div *ngIf="post" class="post" tabindex="0" role="button" (click)="showDetails(post)" (keyup.enter)="showDetails(post)">
<div *ngIf="post" class="post" tabindex="0" role="link" (click)="showDetails(post)" (keyup.enter)="showDetails(post)">
<div class="imageContainer">
<img *ngIf="post.feature_image" alt="{{ post.feature_image_alt }}" [src]="post.feature_image" />
<img
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment