@import '../../Core/_platformCommon.scss';
.bolt-tree-expand-button {
    border-radius: 2px;
    margin-right: $spacing-4;
    padding: 6px;
}

.bolt-tree-expand-button:hover {
    background-color: $neutral-8;
}

@media screen and (-ms-high-contrast: active) {
    .bolt-tree-expand-button:not(.disabled):hover {
        color: HighLight;
    }
}