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

fix(tabs): change active tab css class from md-active to md-tab-active #1044

Merged
merged 1 commit into from
Aug 15, 2016
Merged

fix(tabs): change active tab css class from md-active to md-tab-active #1044

merged 1 commit into from
Aug 15, 2016

Commits on Aug 14, 2016

  1. fix(tabs): change active tab css class from md-active to md-tab-active

    Reference to the active tab was changed from md-active to
    md-tab-active but the css class that set the body of the tab
    back to block display was missed during this renaming effort.
    This resulted in the body of a tab to always be empty. This
    commit changes the css class from md-active to md-tab-active.
    tlein committed Aug 14, 2016
    Configuration menu
    Copy the full SHA
    1f2a323 View commit details
    Browse the repository at this point in the history