Sha256: 0460ac62f76580ba00685c055f796a9100dbcb2710a2ecffb5ec4d03aee54045

Contents?: true

Size: 781 Bytes

Versions: 1

Compression:

Stored size: 781 Bytes

Contents

.tree-view {
  padding-left: 0;
  list-style: none;

  .entry .tree-view {
    padding-left: 16px;
  }

  .directory.collapsed > ul {
    display: none;
  }

  @mixin icon {
    @include octicon;
    white-space: nowrap;
  }

  .entry {
    white-space: nowrap;
  }
  .entry > a {
    display: inline-block;
    width: 100%;
    font-weight: normal;
  }

  .entry:before {
    @include icon;
    width: 16px;
    content: ' ';
  }
  .entry.collapsed:before {
    content: '\f078';
  }
  .entry.expanded:before {
    content: '\f0a3';
  }

  .entry.directory {
    cursor: pointer;
  }


  .entry > :before {
    @include icon;
    width: 16px;
    margin-right: 4px;
  }
  .entry > a:before {
    content: '\f011'
  }
  .entry.directory > span:before {
    content: '\f016';
  }
}

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
wikimd-0.1.0 _scss/_tree_view.scss