@mixin tree-view() {
  .pf-c-tree-view {
    --pf-c-tree-view__node--hover--BackgroundColor: var(--pf-global--BackgroundColor--300);
    --pf-c-tree-view__node--focus--BackgroundColor: var(--pf-global--BackgroundColor--300);
  }
}
