Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

tr:has(> .someClass) causes failure #112

Open
lglowania opened this issue Mar 19, 2025 · 0 comments
Open

tr:has(> .someClass) causes failure #112

lglowania opened this issue Mar 19, 2025 · 0 comments
Assignees

Comments

@lglowania
Copy link

During recent development we added this to our css:

.tableView tr:has(> .error) {
    position: relative;
}

Since that change this line returns null:

 CascadingStyleSheet css = CSSReader.readFromFile(file, StandardCharsets.UTF_8, ECSSVersion.CSS30);
@phax phax self-assigned this Mar 20, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants