- From: Nicholas Shanks via GitHub <sysbot+gh@w3.org>
- Date: Fri, 06 Dec 2019 14:02:59 +0000
- To: public-css-archive@w3.org
Trying to attach a HTML file doesn't work, so I've copied and pasted it below: ``` <!DOCTYPE HTML> <style> :root { background-color: lightblue; transition: background-color 3s; transition: background-color 0; } :root:hover { background-color: darkblue; } </style> <p>In Safari, the background colour will change immediately, not fade, on hover.</p> ``` -- GitHub Notification of comment by nickshanks Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/4569#issuecomment-562583089 using your GitHub account
Received on Friday, 6 December 2019 14:03:01 UTC