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-3.0.0.alpha.1 templates/corona/_system.scss
compass-aurora-1.1.1 templates/corona/_system.scss
compass-aurora-1.1 templates/corona/_system.scss