jimpalompa
New Member
I'm on macOS Ventura and I'm curious what browser engine OBS is using.
I want to use the :has selector, but it does not work.
developer.mozilla.org
css-tricks.com
Cheers!
I want to use the :has selector, but it does not work.
:has()
The functional :has() CSS pseudo-class represents an element if any of the relative selectors that are passed as an argument match at least one element when anchored against this element. This pseudo-class presents a way of selecting a parent element or a previous sibling element with respect to...

The CSS :has Selector (and 4+ Examples) | CSS-Tricks
The CSS :has selector helps you select elements when they contain other elements that match the selector you pass into :has().
Cheers!