In the following structure
<dl>
<dt>Text</dt>
<dd>MoreText</dd>
<dt>Text 2</dt>
<dd>MoreText 2</dd>
</dl>
I want to gray out a text (dt) if the corresponding dd is set to display:none. I belive that there is a way to combine css selectors to achieve this, but can´t find a working solution.