Opacity styling generates inline CSS

Well, not sure if it’s a bug but for me this is not the way it should be.
This exists from the beginning and I finally want to address this, is there a reason for that implementation?
When using opacity, it generates inline CSS like style="--slider-opacity:0;", in addition to the regular style of opacity: 0; which is properly attached to the class.

Hi @Marius,

Indeed, this should definitely not be added when the opacity property is being applied.

Thanks for bringing this up.

This should be fixed in 1.1.5.6
Thanks!

1 Like