Sha256: 1a400b769c9b762c2e85d3c4c47926b2e2209e75d832f5724119f80049425538

Contents?: true

Size: 504 Bytes

Versions: 23

Compression:

Stored size: 504 Bytes

Contents

/**
 * A Sass partial to replace the Drupal 7 core css.
 *
 * Note: This is as of yet incomplete, and therefore we are not adding it
 *   by default within the css files.
 */

.element-invisible {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
  overflow: hidden;
  height: 1px;

  &.element-focusable:active,
  &.element-focusable:focus {
    position: static !important;
    clip: auto;
    overflow: visible;
    height: auto;
  }
}


Version data entries

23 entries across 23 versions & 2 rubygems

Version Path
compass-aurora-os-0.3.2 stylesheets/aurora/_system.scss
compass-aurora-os-0.3.0 stylesheets/aurora/_system.scss
compass-aurora-os-0.3.0.alpha stylesheets/aurora/_system.scss
compass-aurora-os-0.2.3 stylesheets/aurora/_system.scss
compass-aurora-os-0.2.2 stylesheets/aurora/_system.scss
compass-aurora-os-0.2.1 stylesheets/aurora/_system.scss
compass-aurora-os-0.2.0 stylesheets/aurora/_system.scss
compass-aurora-3.0.9 stylesheets/aurora/_system.scss
compass-aurora-os-0.1.0 stylesheets/aurora/_system.scss
compass-aurora-3.0.8 stylesheets/aurora/_system.scss
compass-aurora-3.0.6 stylesheets/aurora/_system.scss
compass-aurora-3.0.5 stylesheets/aurora/_system.scss
compass-aurora-3.0.4 stylesheets/aurora/_system.scss
compass-aurora-3.0.3 stylesheets/aurora/_system.scss
compass-aurora-3.0.2 stylesheets/aurora/_system.scss
compass-aurora-3.0.1 stylesheets/aurora/_system.scss
compass-aurora-3.0.0 stylesheets/aurora/_system.scss
compass-aurora-3.0.0.alpha.4 stylesheets/aurora/_system.scss
compass-aurora-3.0.0.alpha.3 templates/corona/_system.scss
compass-aurora-3.0.0.alpha.2 templates/corona/_system.scss