In CSS is it possible to select all elements before an element with a given class?
Example HTML:
One <
a { text-decoration: none; border-left: 1px solid black; } a.active, a.active ~ * { border: none; }
One Two Three Four Five