You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This leads to the following warning in modern Chrome:
The keyword 'slider-vertical' specified to an 'appearance' property is not standardized. It will be removed in the future.
It can even be observed on https://elm-lang.org/, which also uses elm-ui these days.
Could it be that we can switch one solution for styling a vertical slider to another, using the same old StackOverflow discussion, which appears to describe the current approach as well?
Expected behavior
No warnings in the browser console
I'm also very happy with elm-ui, but in a business setting other people can and will influence the choices made, and warnings like this is making it a bit harder for me to sell elm-ui. That's not going to stop me from trying though! 😄
Welcome!
Regardless of whether the app uses a vertical slider or not, the elm-ui adds the following code:
This leads to the following warning in modern Chrome:
It can even be observed on https://elm-lang.org/, which also uses elm-ui these days.
Could it be that we can switch one solution for styling a vertical slider to another, using the same old StackOverflow discussion, which appears to describe the current approach as well?
Expected behavior
No warnings in the browser console
Versions
The text was updated successfully, but these errors were encountered: