I have an element with a ng-list
attribute. The very next sibling to this element is an <ol>
. I want to write a CSS selector that selects this <ol>
.
In other words, I want to write CSS that applies to an <ol>
when the <ol>
has an immediate previous sibling of [ng-list]
.
Possible?