-
Notifications
You must be signed in to change notification settings - Fork 4.6k
Closed
Labels
Browser IssuesIssues or PRs that are related to browser specific problemsIssues or PRs that are related to browser specific problemsCSS StylingRelated to editor and front end styles, CSS-specific issues.Related to editor and front end styles, CSS-specific issues.[Type] BugAn existing feature does not function as intendedAn existing feature does not function as intended
Description
What problem does this address?
CSS :has()
is not supported in Firefox yet, meaning that any usage in our codebase will not work in Firefox.
What is your proposed solution?
Remove and avoid usage of :has()
until Firefox supports it.
Metadata
Metadata
Assignees
Labels
Browser IssuesIssues or PRs that are related to browser specific problemsIssues or PRs that are related to browser specific problemsCSS StylingRelated to editor and front end styles, CSS-specific issues.Related to editor and front end styles, CSS-specific issues.[Type] BugAn existing feature does not function as intendedAn existing feature does not function as intended