Sha256: ba37b3ad5b292c511a6d57a191680d6b3f36c6cb8611cba94a2ec80d4fbd1345

Contents?: true

Size: 918 Bytes

Versions: 3

Compression:

Stored size: 918 Bytes

Contents

/* 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 {
  display: none !important;
}

ng\:form {
  display: block;
}

/* The styles below ensure that the CSS transition will ALWAYS
 * animate and close. A nasty bug occurs with CSS transitions where
 * when the active class isn't set, or if the active class doesn't
 * contain any styles to transition to, then, if ngAnimate is used,
 * it will appear as if the webpage is broken due to the forever hanging
 * animations. The clip (!ie) and zoom (ie) CSS properties are used
 * since they trigger a transition without making the browser
 * animate anything and they're both highly underused CSS properties */
.ng-animate-start { clip:rect(0, auto, auto, 0); -ms-zoom:1.0001; }
.ng-animate-active { clip:rect(-1px, auto, auto, 0); -ms-zoom:1; }

Version data entries

3 entries across 3 versions & 2 rubygems

Version Path
angular-rails-engine-1.2.0.2 app/assets/stylesheets/angular-csp.css
angular-gem-1.2.0 vendor/assets/javascripts/1.2.0/angular-csp.css
angular-rails-engine-1.2.0.1 app/assets/stylesheets/angular-csp.css