Jack Bates wrote:
> I am trying to apply special style to all .ygtvitem elements which _do
> not_ have a .ygtvchildren ancestor. In CSS, it is easy enough to select
> all .ygtvitem elements which _do_ have a .ygtvchildren ancestor:
> .ygtvchildren .ygtvitem {
> color: red
> }
> However I cannot f
I am trying to apply special style to all .ygtvitem elements which _do
not_ have a .ygtvchildren ancestor. In CSS, it is easy enough to select
all .ygtvitem elements which _do_ have a .ygtvchildren ancestor:
.ygtvchildren .ygtvitem {
color: red
}
However I cannot figure out how to select those
I am trying to apply special style to all .ygtvitem elements which _do
not_ have a .ygtvchildren ancestor. In CSS, it is easy enough to select
all .ygtvitem elements which _do_ have a .ygtvchildren ancestor:
.ygtvchildren .ygtvitem {
color: red
}
However I cannot figure out how to select those