In both Safari Technology Preview on MacOS Monterey, as well as the regular version of Safari, I am using accent color on a radio input but it is not changing the color of the radio. The same code IS working on my iPhone (version 15.5) though. https://codepen.io/cssgrid/pen/jOYmxyQ
I cannot reproduce this on macOS Monterey 12.4 using the system version of Safari (Version 15.5 (17613.2.7.1.8)). Can you share your OS and Safari versions?
Mac version 12.4 Release 148 (Safari 16.0, WebKit 17614.1.17.1)
I'm still unable to reproduce using Release 148 (Safari 16.0, WebKit 17614.1.17.1) on macOS 12.4 :( Do the radio button respond to changes in system accent color (after removing the accent-color CSS)?
When I removed the accent-color CSS and changed the accent color from system preferences, the color I chose in system preferences did work and change the color of the input. After doing that, when I uncommented the accent-color line in my CSS, it started to work and the accent color specified in my CSS is applied.
<rdar://problem/96950490>