...
- The new core stylesheet (scss/winter) removes all of the kludges:
- The stylesheet reset has been removed, as it also removes any proper support for just displaying html. Components themselves are responsible for resetting browser specifics where needed.
- The negative margins kludge has been removed.
- Components themselves will not have margins anymore, so when two components are placed next to each other they will touch. In the new style sheet it is the responsibility of theĀ container to handle the layout of its components properly.
- The DefaultButton (_defaultbutton.scss) no longer uses a background image. It is restyled to use css3 with css3 transitions. The button also lost its margins; it is now properly the responsibility of the container css to layout its components properly.
- There was a duplicate component style sheet for LookupInput called _lookupForm. It has been removed and its styles have been merged in the _lookupInput stylesheet (scss only).
DataPager
The DataPager's look has been fixed so that it properly shows the overflow indicator, and that it uses CSS only for its presentation:
...