remove obsolete ng-animate css rules

This commit is contained in:
Mario Volke 2014-11-10 13:15:49 +01:00 committed by Tankred Hase
parent f0b1d7934d
commit 38fce60e6c
3 changed files with 0 additions and 13 deletions

View File

@ -44,11 +44,6 @@
transform: translateX(2px) translateY(2px); transform: translateX(2px) translateY(2px);
} }
// prevent triggering ngAnimate animations
&.ng-animate {
transition: none;
}
&[disabled], &[disabled],
&[aria-disabled="true"] { &[aria-disabled="true"] {
cursor: not-allowed; cursor: not-allowed;

View File

@ -39,10 +39,6 @@
color: $color-blue; color: $color-blue;
text-decoration: underline; text-decoration: underline;
} }
&.ng-animate {
transition: none;
}
} }
} }

View File

@ -49,10 +49,6 @@
} }
} }
li.ng-animate {
transition: none;
}
.autocomplete { .autocomplete {
margin-top: 5px; margin-top: 5px;
position: absolute; position: absolute;