dojo / widgets

:rocket: Dojo - UI widgets.
https://widgets.dojo.io
Other
89 stars 65 forks source link

Add fixed classes to `slider` to allow input styles to be themed #255

Closed tomdye closed 7 years ago

tomdye commented 7 years ago

Enhancement

Currently you cannot easily theme the slider without having to replicate a large number of the structural styles. For instance if you wish to remove the outline on the input you must either use an input selector which goes against the css-modules guidelines or re-implement all of the base .input class styles.

eheasley commented 7 years ago

We confirmed this was fixed with our latest theme updates.