Sha256: 01c8debb9653e9a83a9bbcfda9a5fdb1b5916c1ff6238965d9f1293badf50e87

Contents?: true

Size: 896 Bytes

Versions: 11

Compression:

Stored size: 896 Bytes

Contents

.dropdown-menu {
  margin-top: 8px;
  font-size: 13px;

  box-shadow: $dropdown-shadow;

  &:before, &:after {
    content: '';
    display: inline-block;
    position: absolute;
  }

  &:before {
    top: -$dropdown-arrow-outer-width;
    left: 12px;

    border-right: $dropdown-arrow-width solid transparent;
    border-bottom: $dropdown-arrow-width solid $dropdown-fallback-border;
    border-left: $dropdown-arrow-width solid transparent;
    border-bottom-color: $dropdown-border;
  }

  &:after {
    top: -$dropdown-arrow-width;
    left: 11px;

    border-right: $dropdown-arrow-outer-width solid transparent;
    border-bottom: $dropdown-arrow-outer-width solid white;
    border-left: $dropdown-arrow-outer-width solid transparent;
  }

  &.dropdown-menu-right {
    &:before {
      left: auto;
      right: 12px;
    }

    &:after {
      left: auto;
      right: 11px;
    }
  }
}

Version data entries

11 entries across 11 versions & 1 rubygems

Version Path
trestle-0.8.11 app/assets/stylesheets/trestle/components/_dropdown.scss
trestle-0.8.10 app/assets/stylesheets/trestle/components/_dropdown.scss
trestle-0.8.9 app/assets/stylesheets/trestle/components/_dropdown.scss
trestle-0.8.8 app/assets/stylesheets/trestle/components/_dropdown.scss
trestle-0.8.7 app/assets/stylesheets/trestle/components/_dropdown.scss
trestle-0.8.6 app/assets/stylesheets/trestle/components/_dropdown.scss
trestle-0.8.5 app/assets/stylesheets/trestle/components/_dropdown.scss
trestle-0.8.4 app/assets/stylesheets/trestle/components/_dropdown.scss
trestle-0.8.3 app/assets/stylesheets/trestle/components/_dropdown.scss
trestle-0.8.2 app/assets/stylesheets/trestle/components/_dropdown.scss
trestle-0.8.0 app/assets/stylesheets/trestle/components/_dropdown.scss