- From: DarkWiiPlayer via GitHub <sysbot+gh@w3.org>
- Date: Mon, 08 May 2023 08:12:49 +0000
- To: public-css-archive@w3.org
There is already a proposal that would let you do this: #7233 ``` div.active ~~ a { color: red; } div:not(.active) ~~ a { color: initial; } ``` -- GitHub Notification of comment by DarkWiiPlayer Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/8815#issuecomment-1537941938 using your GitHub account -- Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config
Received on Monday, 8 May 2023 08:12:51 UTC