mirror of
https://github.com/moparisthebest/mail
synced 2024-11-22 17:02:17 -05:00
Change angular-csp.css for version 1.3.2
This commit is contained in:
parent
4bfeb99b7b
commit
1bfdafd6b1
@ -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;
|
|
||||||
}
|
|
||||||
|
Loading…
Reference in New Issue
Block a user