Код: Выделить всё
.y .z:after {
color: green;
/* x is not green because it's after y, not z */
}< /code>
y
z
x
Подробнее здесь: https://stackoverflow.com/questions/387 ... cific-item
Код: Выделить всё
.y .z:after {
color: green;
/* x is not green because it's after y, not z */
}< /code>
y
z
x