Re: [csswg-drafts] [css-selectors] Proposal: `>>` combinator to ensure all elements between an ancestor and a descendant match a given selector (#11309)

You may consider:
```css
@scope (.group:hover) to (.group:not(:hover)) {
  .yellow-bg-on-nearest-group-hover {
  background-color: yellow;
 }
}
```

-- 
GitHub Notification of comment by ByteEater-pl
Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/11309#issuecomment-2558898793 using your GitHub account


-- 
Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config

Received on Monday, 23 December 2024 04:44:08 UTC