Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CSS Cleanup #435

Merged
merged 38 commits into from
Mar 17, 2015
Merged

CSS Cleanup #435

merged 38 commits into from
Mar 17, 2015

Conversation

mmrtnz
Copy link
Contributor

@mmrtnz mmrtnz commented Mar 17, 2015

  • Merged with master
  • Removed unused less files:
    • card.less
    • table.less
  • Updated menu inline-styling to include disabled menu item styles. Disable menu items #402
  • Added the following props to menu:
    • menuItemStyleSubheader: Allows users to override inline styles for menu items of type subheader.
    • menuItemStyleLink: Allows users to override inline styles for menu items of type link.
    • menuItemClassName: Allows users to add additional styling for menu items (inline equivalent is menuItemStyle).
    • menuItemClassNameSubheader: Allows users to add additional styling for menu item of type subheader.
    • menuItemClassNameLink: Allows users to add additional styling for menu items of type link.

WRidder and others added 30 commits March 5, 2015 09:54
Fixes mui#375. Also checks whether the index is not out of bounds w.r.t. the amount of tab children.
Previously if the component was mounted with `disabled === true`
then zDepth is zero. If the component is updated to `disabled === false`
the zDepth remained zero. No **Floating**ActionButton.

To resolve this we reset the zDepth status on prop change, as well as on
componentWillMount.
Update react-draggable2 dependency mui#344
… Created link and subheader menu components in js/menu/*.
They are not in `dist/`
…log-window. Undocked left-navs and dialogs now prevent scrolling when present.
Fixes warning displayed in doc/example about invalid prop type mui#401
…ate-change

Fixes zdepth on change of "disabled" prop in FAB
Add support for show / dismiss event on data-picker
Remove dead code on calendar-toolbar.jsx
Add initialSelectedIndex property to Tabs
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
customization: css Design CSS customizability
Projects
None yet
Development

Successfully merging this pull request may close these issues.

9 participants