Sha256: 486e28f40d33ebcd539f97c090d51cdb80a8358144a8551c79cd5039f955c6e8

Contents?: true

Size: 325 Bytes

Versions: 10

Compression:

Stored size: 325 Bytes

Contents

@import "toolkit/clearfix";

.element-invisible {
  position: absolute !important;
  overflow: hidden;
  height: 1px;

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

.clearfix {
  @include clearfix($extend: true);
}

Version data entries

10 entries across 10 versions & 2 rubygems

Version Path
compass-aurora-os-0.3.2 stylesheets/drupal/_system.scss
compass-aurora-os-0.3.0 stylesheets/drupal/_system.scss
compass-aurora-os-0.3.0.alpha stylesheets/drupal/_system.scss
compass-aurora-os-0.2.3 stylesheets/drupal/_system.scss
compass-aurora-os-0.2.2 stylesheets/drupal/_system.scss
compass-aurora-os-0.2.1 stylesheets/drupal/_system.scss
compass-aurora-os-0.2.0 stylesheets/drupal/_system.scss
compass-aurora-3.0.9 stylesheets/drupal/_system.scss
compass-aurora-os-0.1.0 stylesheets/drupal/_system.scss
compass-aurora-3.0.8 stylesheets/drupal/_system.scss