ManageIQ/manageiq-ui-classic

View on GitHub
app/stylesheet/legacy/miq_tree.scss

Summary

Maintainability
Test Coverage
.treeview > .list-group {
  .list-group-item {
    &.strikethrough {
      text-decoration: line-through;
    }

    &.red {
      color: red;
    }

    &.opacity {
      opacity: 0.4;
    }

    &.no-cursor {
      cursor: default !important;
    }
  }
}

.react-tree-view {
  .strikethrough {
    text-decoration: line-through;
  }

  .red {
    color: red;
  }

  .opacity {
    opacity: 0.4;
  }

  .no-cursor {
    cursor: default !important;
  }
}