- From: Simon Pieters via GitHub <sysbot+gh@w3.org>
- Date: Wed, 06 Jul 2022 13:22:08 +0000
- To: public-css-archive@w3.org
We could define only a pseudo-class for the drop-down, and rely on the `:not()` function to match the not-drop-down state. ```css select:drop-down-list-box {} select:not(:drop-down-list-box) {} ``` -- GitHub Notification of comment by zcorpan Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/7422#issuecomment-1176216313 using your GitHub account -- Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config
Received on Wednesday, 6 July 2022 13:22:10 UTC