Re: [csswg-drafts] [css-view-transitions] Cursor and hover effect behaviour (#11274)

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