- From: SB3NDER via GitHub <noreply@w3.org>
- Date: Tue, 12 Aug 2025 14:59:02 +0000
- To: public-css-archive@w3.org
Hi, Another option would be using `:active-view-transition` ```css @media (hover: hover) { button:hover { background: yellow; } } button:active, :active-view-transition button { background: yellow; } ``` -- GitHub Notification of comment by SB3NDER Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/11274#issuecomment-3179721128 using your GitHub account -- Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config
Received on Tuesday, 12 August 2025 14:59:03 UTC