/**
 * @license
 * Copyright Endlessjs. All Rights Reserved.
 * Licensed under the MIT License. See License.txt in the project root for license information.
 */

@mixin el-tree-grid-sort-header-theme() {
  .el-tree-grid-header-change-sort-button {
    background: el-theme(tree-grid-sort-header-button-background-color);
    border: el-theme(tree-grid-sort-header-button-border);
    padding: el-theme(tree-grid-sort-header-button-padding);
    color: inherit;
    font-size: inherit;
    font-weight: inherit;
    font-family: inherit;
    line-height: inherit;
  }
}
