I have found a way ........
in xfmg_item_list.less at line 206 you have to delete the folowing lines:
.itemList-itemOverlay
{
width: 100%;
height: @_overlayHeight;
bottom: -@_overlayHeight;
position: absolute;
background-color: rgba(0, 0, 0, 0.6);
.m-hiddenLinks();
.m-transition();
padding: 4px;
overflow: hidden;
.has-touchevents &,
.itemList-item:hover &
{
bottom: 0;
}
.itemList-item.is-mod-selected &
{
bottom: 0;
background: @xf-inlineModHighlightColor;
}
a:hover
{
text-decoration: none;
}
}