Relative Content

Tag Archive for less

Using less selector :not() in a :hover

<div class=”row selectable”> <div class=”col-sm-1 notSelectable”> First line with a delete button </div> <div class=”col-sm-11″> The content that should be highlighted on hover </div> </div> I want to be able to make a whole line of a list highligted except for the columns that are marked with a special class. The .less code I’m trying […]