1
0
mirror of https://github.com/moparisthebest/mail synced 2024-11-23 01:12:19 -05:00

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

View File

@ -4,21 +4,10 @@
[ng\:cloak], [ng-cloak], [data-ng-cloak], [x-ng-cloak], [ng\:cloak], [ng-cloak], [data-ng-cloak], [x-ng-cloak],
.ng-cloak, .x-ng-cloak, .ng-cloak, .x-ng-cloak,
.ng-hide { .ng-hide:not(.ng-hide-animate) {
display: none !important; display: none !important;
} }
ng\:form { ng\:form {
display: block; 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;
}