Skip to content
This repository has been archived by the owner on Sep 5, 2024. It is now read-only.

Commit

Permalink
fix(listItem): fix ng-enter having animation
Browse files Browse the repository at this point in the history
closes #2906
  • Loading branch information
rschmukler committed May 19, 2015
1 parent 0c28cee commit 41953d5
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions src/components/list/list.scss
Original file line number Diff line number Diff line change
Expand Up @@ -36,13 +36,15 @@ md-list {
}

md-list-item {
&.md-proxy-focus.md-focused .md-no-style {
transition: background-color 0.15s linear;
}
&.md-no-proxy,
.md-no-style {
position: relative;
padding: $list-item-padding-vertical $list-item-padding-horizontal;
flex: 1;
transition: background-color 0.15s linear;


&.md-button {
font-size: inherit;
height: inherit;
Expand Down

0 comments on commit 41953d5

Please sign in to comment.