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(animations): remove overflow from styles in steps and expansion-panel #374

Merged
merged 3 commits into from
Feb 27, 2017

Conversation

emoralesb05
Copy link
Contributor

@emoralesb05 emoralesb05 commented Feb 24, 2017

Description

tdCollapse animation needs overflow: hidden, but it was affecting the content of both components. Now we only add overflow: hidden when its animating.

Test Steps

  • ng serve
  • Go to stepper or expansion-panel demo.
  • inspect elements and see content adding overflow: hidden only during animation.

General Tests for Every PR

  • ng serve --aot still works.
  • npm run lint passes.
  • npm test passes and code coverage is not lower.
  • npm run build still works.

emoralesb05 added 3 commits February 23, 2017 21:48
tdCollapse animation needs overflow: hidden, but it was affecting the content of both components. Now we only add overflow: hidden when its animating.
@emoralesb05 emoralesb05 merged commit 52e74da into develop Feb 27, 2017
@emoralesb05 emoralesb05 deleted the feature/overflow-collapse-fix branch February 27, 2017 17:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant