Skip to content

Commit

Permalink
fix(dialog): Remove code that does nothing (#1935)
Browse files Browse the repository at this point in the history
  • Loading branch information
lynnmercier committed Jan 11, 2018
1 parent 3e5f6e0 commit fd0c675
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions packages/mdc-dialog/mdc-dialog.scss
Original file line number Diff line number Diff line change
Expand Up @@ -165,10 +165,6 @@ $mdc-dialog-dark-theme-bg-color: #303030 !default;
transition: mdc-animation-enter(opacity, 120ms);
}

.mdc-dialog--open .mdc-dialog__surface {
transition: mdc-animation-enter(opacity, 120ms), mdc-animation-enter(transform, 120ms);
}

.mdc-dialog__surface {
transition: mdc-animation-enter(opacity, 120ms), mdc-animation-enter(transform, 120ms);
}
Expand Down

0 comments on commit fd0c675

Please sign in to comment.