> in my case i need only elements excluded who has class 'parent' and > 'active' at the same time.
:not(.parent.active)
C'mon, this is CSS, not JS....
-- S.
> in my case i need only elements excluded who has class 'parent' and > 'active' at the same time.
:not(.parent.active)
C'mon, this is CSS, not JS....
-- S.