Sha256: d7c2ee9222db087f9170aace7facc2611b652ed2ebc0695c397837dc2533846c

Contents?: true

Size: 917 Bytes

Versions: 11

Compression:

Stored size: 917 Bytes

Contents

//
// Bootstrap Tree View
// --------------------------------------------------

.treeview {
  .list-group {
    border-top: 0;
  }
  .list-group-item {
    background: transparent;
    border-bottom: 1px solid transparent !important;
    border-top: 1px solid transparent !important;
    margin-bottom: 0;
    padding: 0 10px;
    &:hover {
      background: $dropdown-link-hover-bg !important;
      border-color: $dropdown-link-hover-border-color !important;
    }
    &.node-selected {
      background: $dropdown-link-active-bg !important;
      border-color: $dropdown-link-active-border-color !important;
      color: $dropdown-link-active-color !important;
    }
  }
  span.icon {
    display: inline-block;
    font-size: $font-size-base + 1;
    min-width: 10px;
    text-align: center;
    > [class*="fa-angle"] {
      font-size: $font-size-base + 3;
    }
  }
  span.indent {
    margin-right: 5px;
  }
}

Version data entries

11 entries across 11 versions & 1 rubygems

Version Path
patternfly-sass-2.6.0 assets/stylesheets/patternfly/_bootstrap-treeview.scss
patternfly-sass-2.5.0 assets/stylesheets/patternfly/_bootstrap-treeview.scss
patternfly-sass-2.4.0 assets/stylesheets/patternfly/_bootstrap-treeview.scss
patternfly-sass-2.3.0 assets/stylesheets/patternfly/_bootstrap-treeview.scss
patternfly-sass-2.2.0 assets/stylesheets/patternfly/_bootstrap-treeview.scss
patternfly-sass-2.1.0 assets/stylesheets/patternfly/_bootstrap-treeview.scss
patternfly-sass-2.0.0 assets/stylesheets/patternfly/_bootstrap-treeview.scss
patternfly-sass-1.3.1 assets/stylesheets/patternfly/_bootstrap-treeview.scss
patternfly-sass-1.3.0 assets/stylesheets/patternfly/_bootstrap-treeview.scss
patternfly-sass-1.2.1 assets/stylesheets/patternfly/_bootstrap-treeview.scss
patternfly-sass-1.2.0 assets/stylesheets/patternfly/_bootstrap-treeview.scss