nicedouble / StreamlitAntdComponents

A Streamlit component to display Antd-Design
https://nicedouble-streamlitantdcomponentsdemo-app-middmy.streamlit.app/
MIT License
437 stars 29 forks source link

SegmentItems break when `prefers-reduced-motion` is on #51

Open saucoide opened 7 months ago

saucoide commented 7 months ago

There seems to be an issue when the prefers-reduced-motion is enabled* , segmented controls render the active Item incorrectly in all browsers

The div that contains the label & input gets a background-color: rgb(255, 255, 255); property, while with the setting disbaled, the div is transparent and the contents of the control can be seen correctly