Hey community
I have this problem that when i pull my slider handel and move the mouse out of the slider area it change back to standard purple color
My slide have new color and the hover has the right color, but when i pull the mouse out of the image it change back to standard
But its only purple when outside the "input[type="range"] area
the code is:
input[type="range"]::-ms-fill-lower{background-color: rgb (154, 2, 35);
input[type="range"]:hover::-ms-fill-lower{background-color: rgb (186, 40, 61);