Disappointing not to see a solution here, is was super simple.
Just add this to Style templates extra.less:
Code:
div .is-ignored.structItem--thread {
display: table !important;
background-color: #efefef;
}
(adjust or remove color as pleased to make it stand out)