cloudflare / cf-ui

:gem: Cloudflare UI Framework
Other
1.29k stars 81 forks source link

fix(cf-component-progress): media query fix #302

Closed koddsson closed 7 years ago

koddsson commented 7 years ago

Media queries in cf-ui are reversed to the ones in the legacy CSS styles resulting in mobile styles being applied when the browser width is larger than a average mobile device and the desktop styles being applied when smaller than the average mobile device.

This PR reversed the styles along the media query "axis". So the correct device styles are applies for the Progress component.