I'm playing with a bunch of elements where I'm transitioning the box-shadow
on :hover
.
The problem is, I just need to change the color of the box-shadow. But every time I do this, I have to write the whole box-shadow
rule as there's no box-shadow-color
property in CSS.
Is there a more logical way of doing this?
I think a box-shadow-color
property is very needed.