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
main =Element.layout [] content
content =Element.column [ width fill, centerY, spacing 30][--background and mouseOver don't respond to user inputInput.slider
[ width fill
, height fill
,Element.mouseOver [Background.color <| rgb 000],Background.color <| rgb 010]{ onChange =Noop, label =Input.labelRight [Element.width (Element.px 250)]<| text "no BG Color change", min =0, max =1.0, step =Just0.00001, thumb =-- thumb mouseover doesn't seem to respond to user input eitherInput.thumb
[ width <|Element.px 20, height <|Element.px 20,Background.color <| rgb 001,Element.mouseOver [Background.color <| rgb 000]], value =0.5},--background and mouseOver DO respond to user input
el
[ width fill
, height fill
,Background.color <| rgb 010,Element.mouseOver [Background.color <| rgb 100]]<|
text "bg does change"]
Ellie: https://ellie-app.com/gr66j7s7SkLa1
Expected behavior
When I mouse over the 'thumb' or the slider itself, the background should change color, like it does for the
text
right after it.Versions
elm_ui_slider_mouseover.mp4
The text was updated successfully, but these errors were encountered: