|
|
|
|
|
by sam-
1306 days ago
|
|
> NOTE: it looks like it's not ordinarily working even when switched on. I find the :has() selector very useful in certain cases, but firefox doesn't support it yet and like you said, it doesn't work very well even when enabled. What I have done for Firefox is use the `@supports selector` query [1] and fallback to some equally functional but not as nicely styled UI with the hope that when Firefox supports it, it will automatically provide the nicer UI. [1] https://developer.mozilla.org/en-US/docs/Web/CSS/@supports#f... |
|