8000 Global style is crashing dev tools in chrome · Issue #6043 · patternfly/patternfly · GitHub
[go: up one dir, main page]

Skip to content

Global style is crashing dev tools in chrome #6043

@mcoker

Description

@mcoker

This rule is invalid and crashing chrome 119.x if you modify a style in dev tools:

*,
:where(
*::before,
*::after
) {
box-sizing: border-box;
}

Specifically, "Pseudo-elements cannot be represented by the matches-any pseudo-class; they are not valid within :is()." (from https://drafts.csswg.org/selectors/#matches-pseudo)

That also applies to where:().

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

Status

Done

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions

    0