Sha256: 1375aac13a873e79e9f156ee927364f79c0d708a79c1e17d5af6fbccf5b467c5

Contents?: true

Size: 765 Bytes

Versions: 24

Compression:

Stored size: 765 Bytes

Contents

.thredded--post--content--spoiler {
  background-color: $thredded-spoiler-background-color;
  cursor: pointer;
  margin: 0 0 $thredded-small-spacing;
  padding: $thredded-small-spacing;
  position: relative;

  &--contents {
    visibility: hidden;

    > *:last-child {
      margin-bottom: 0;
    }
  }

  &--summary {
    @extend %thredded--link;
    position: absolute;
    visibility: visible;
  }

  .thredded--post--content--spoiler {
    visibility: visible;
  }

  table {
    td, th {
      border-color: $thredded-dark-gray;
    }
  }

  &.thredded--post--content--spoiler--is-open {
    > .thredded--post--content--spoiler--contents {
      visibility: visible;
    }

    > .thredded--post--content--spoiler--summary {
      display: none;
    }
  }
}

Version data entries

24 entries across 24 versions & 1 rubygems

Version Path
thredded-1.1.0 app/assets/stylesheets/thredded/components/_spoiler.scss
thredded-1.0.1 app/assets/stylesheets/thredded/components/_spoiler.scss
thredded-1.0.0 app/assets/stylesheets/thredded/components/_spoiler.scss
thredded-0.16.16 app/assets/stylesheets/thredded/components/_spoiler.scss
thredded-0.16.15 app/assets/stylesheets/thredded/components/_spoiler.scss
thredded-0.16.14 app/assets/stylesheets/thredded/components/_spoiler.scss
thredded-0.16.13 app/assets/stylesheets/thredded/components/_spoiler.scss
thredded-0.16.12 app/assets/stylesheets/thredded/components/_spoiler.scss
thredded-0.16.11 app/assets/stylesheets/thredded/components/_spoiler.scss
thredded-0.16.10 app/assets/stylesheets/thredded/components/_spoiler.scss
thredded-0.16.9 app/assets/stylesheets/thredded/components/_spoiler.scss
thredded-0.16.8 app/assets/stylesheets/thredded/components/_spoiler.scss
thredded-0.16.7 app/assets/stylesheets/thredded/components/_spoiler.scss
thredded-0.16.6 app/assets/stylesheets/thredded/components/_spoiler.scss
thredded-0.16.5 app/assets/stylesheets/thredded/components/_spoiler.scss
thredded-0.16.4 app/assets/stylesheets/thredded/components/_spoiler.scss
thredded-0.16.3 app/assets/stylesheets/thredded/components/_spoiler.scss
thredded-0.16.1 app/assets/stylesheets/thredded/components/_spoiler.scss
thredded-0.16.0 app/assets/stylesheets/thredded/components/_spoiler.scss
thredded-0.15.5 app/assets/stylesheets/thredded/components/_spoiler.scss