Home > Blockchain >  How do you enable :has() selector on Firefox
How do you enable :has() selector on Firefox

Time:10-04

When I check the :has() css selector on caniuse.com, it tells me that since Firefox103 it has been "Supported in Firefox behind the layout.css.has-selector.enabled flag". So how do I find this flag and enable it?

CodePudding user response:

Go to the Firefox about:config page, then search and toggle layout.css.has-selector.enabled.

enter image description here

  • Related