Created attachment 424060 [details] Demo for the bug If you have border-color set as currentColor, itβs not possible to change the color on hover for a button. # Steps to reproduce 1. Set border-color for a button to currentColor 2. Change the color property on hover to green # Expected behavior - Green text color - Green border color # Actual behavior - Green text color - Black border color See the demo for examples. --- It works fine - For a div - For background-color - With focus - When you slightly change opacity to 0.99 Sometimes it works - If you move cursor fast enough from the right button to the left - With no reason, just for a few seconds
<rdar://problem/76020369>
*** This bug has been marked as a duplicate of bug 240401 ***