Sha256: 8a69e643074a0232be6716d2ad867ce43fe2e2abf679c4389ca3718ede38038b

Contents?: true

Size: 1.96 KB

Versions: 134

Compression:

Stored size: 1.96 KB

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;
    cursor: default !important;
    margin-bottom: 0;
    overflow: hidden;
    padding: 0 10px;
    text-overflow: ellipsis;
    white-space: nowrap;
    &:hover {
      background: none !important;
    }
    &.node-selected {
      background: none !important;
      border-color: transparent !important;
      color: inherit !important;
    }
    &.node-check-changed {
      span.node-icon,
      span.text {
        color: $bootstrap-treeview-highlight-color;
      }
    }
  }
  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);
    }
    &.check-icon {
      margin-right: 10px;
    }
    &.expand-icon {
      cursor: pointer !important;
    }
  }
  span.image {
    background-repeat: no-repeat;
    background-size: contain;
    display: inline-block;
    height: 1.19em;
    line-height: 1em;
    margin-right: 5px;
    vertical-align: middle;
    width: 12px;
  }
  span.indent {
    margin-right: 5px;
  }
  .node-disabled {
    color: $color-pf-black-300;
    cursor: not-allowed;
    span.expand-icon {
      cursor: default !important;
    }
  }
  .node-hidden {
    display:none;
  }
}

.treeview-pf-hover .list-group-item {
  cursor: pointer !important;
  &:hover {
    background-color: $dropdown-link-hover-bg !important;
    border-color: $dropdown-link-hover-border-color !important;
  }
}

.treeview-pf-select .list-group-item {
  cursor: pointer !important;
  &.node-selected {
    background: $dropdown-link-active-bg !important;
    border-color: $dropdown-link-active-border-color !important;
    color: $dropdown-link-active-color !important;
  }
}

Version data entries

134 entries across 91 versions & 1 rubygems

Version Path
patternfly-sass-3.59.5 dist/sass/rcue/_bootstrap-treeview.scss
patternfly-sass-3.59.5 dist/sass/patternfly/_bootstrap-treeview.scss
patternfly-sass-3.59.4 dist/sass/patternfly/_bootstrap-treeview.scss
patternfly-sass-3.59.4 dist/sass/rcue/_bootstrap-treeview.scss
patternfly-sass-3.59.3 dist/sass/patternfly/_bootstrap-treeview.scss
patternfly-sass-3.59.3 dist/sass/rcue/_bootstrap-treeview.scss
patternfly-sass-3.59.2 dist/sass/patternfly/_bootstrap-treeview.scss
patternfly-sass-3.59.2 dist/sass/rcue/_bootstrap-treeview.scss
patternfly-sass-3.59.1 dist/sass/rcue/_bootstrap-treeview.scss
patternfly-sass-3.59.1 dist/sass/patternfly/_bootstrap-treeview.scss
patternfly-sass-3.59.0 dist/sass/rcue/_bootstrap-treeview.scss
patternfly-sass-3.59.0 dist/sass/patternfly/_bootstrap-treeview.scss
patternfly-sass-3.58.0 dist/sass/patternfly/_bootstrap-treeview.scss
patternfly-sass-3.58.0 dist/sass/rcue/_bootstrap-treeview.scss
patternfly-sass-3.57.2 dist/sass/patternfly/_bootstrap-treeview.scss
patternfly-sass-3.57.2 dist/sass/rcue/_bootstrap-treeview.scss
patternfly-sass-3.57.1 dist/sass/patternfly/_bootstrap-treeview.scss
patternfly-sass-3.57.1 dist/sass/rcue/_bootstrap-treeview.scss
patternfly-sass-3.57.0 dist/sass/patternfly/_bootstrap-treeview.scss
patternfly-sass-3.57.0 dist/sass/rcue/_bootstrap-treeview.scss