diff options
Diffstat (limited to 'vnfmarket/common/thirdparty/angular/angular-csp.css')
-rw-r--r-- | vnfmarket/common/thirdparty/angular/angular-csp.css | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/vnfmarket/common/thirdparty/angular/angular-csp.css b/vnfmarket/common/thirdparty/angular/angular-csp.css deleted file mode 100644 index f3cd926c..00000000 --- a/vnfmarket/common/thirdparty/angular/angular-csp.css +++ /dev/null @@ -1,21 +0,0 @@ -/* Include this file in your html if you are using the CSP mode. */ - -@charset "UTF-8"; - -[ng\:cloak], [ng-cloak], [data-ng-cloak], [x-ng-cloak], -.ng-cloak, .x-ng-cloak, -.ng-hide:not(.ng-hide-animate) { - display: none !important; -} - -ng\:form { - display: block; -} - -.ng-animate-shim { - visibility:hidden; -} - -.ng-anchor { - position:absolute; -} |