Change angular-csp.css for version 1.3.2

This commit is contained in:
Tankred Hase 2014-11-10 09:30:55 +01:00
parent 4bfeb99b7b
commit 1bfdafd6b1
1 changed files with 1 additions and 12 deletions

View File

@ -4,21 +4,10 @@
[ng\:cloak], [ng-cloak], [data-ng-cloak], [x-ng-cloak],
.ng-cloak, .x-ng-cloak,
.ng-hide {
.ng-hide:not(.ng-hide-animate) {
display: none !important;
}
ng\:form {
display: block;
}
.ng-animate-block-transitions {
transition:0s all!important;
-webkit-transition:0s all!important;
}
/* show the element during a show/hide animation when the
* animation is ongoing, but the .ng-hide class is active */
.ng-hide-add-active, .ng-hide-remove {
display: block!important;
}