// Copyright (c) 2016-2019 VMware, Inc. All Rights Reserved.
// This software is released under MIT license.
// The full license information can be found in LICENSE in the root directory of this project.

// Usage: ../data/tree-view/_tree-vioew.clarity.scss
$clr-tree-border-radius: $clr-global-borderradius !default;
$clr-tree-caret-size: $clr-icon-dimension-sm !default;
$clr-tree-spinner-size: $clr-icon-dimension-sm !default;
$clr-tree-node-touch-target: 1.35rem !default;
$clr-tree-node-children-margin: $clr-tree-node-touch-target - $clr-tree-caret-size / 2 - $clr-rem-1px !default;
$clr-tree-node-touch-target-big: 1.5rem !default;
$clr-tree-node-touch-target-small: 1rem !default;
$clr-tree-node-content-icon-margin-right: 0.25rem !default;
$clr-tree-node-link-padding-left: 0.25rem !default;
$clr-tree-node-caret-link-hover-color: $clr-color-neutral-1000 !default;
$clr-tree-link-hover-color: $clr-custom-links-hover-color !default;
$clr-tree-link-selection-color: $clr-global-selection-color !default;
$clr-tree-link-text-color: $clr-color-neutral-700 !default;
$clr-tree-checkbox-padding-top: ($clr-tree-node-touch-target - 1rem) / 2 !default;
$clr-tree-checkbox-padding-left: ($clr-tree-node-touch-target - $clr-icon-dimension-sm) / 2 !default;
$clr-tree-node-caret-color: $clr-color-neutral-500 !default;
