chanan / chanan/BlazorStyled

CSS: Support of chaining pseudo class

Open
#62 0 comments 0 reactions 0 assignees View on GitHub
enhancement
Dominant language
C#
Stars
193
Forks
19
PR merge metrics
No merged PRs in 30d

Description

CSS 3 Spec: https://www.w3.org/TR/selectors-3/#selector-syntax

```
.controls-arrow:hover:before
```

Work around is:

```

.controls-arrow:hover:before {

}

```

I think the spec says that any simple pseudo class can be chained but only one pseudo element can occur at the end. Not sure yet how to support that in the Tag syntax.

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.