@import "./dark-blue-var.scss";

.dark-blue {


  .el-tree-node__content:hover {
    background-color: $th-cell-background;
  }

  .el-tree-node__content>.el-checkbox {
    margin-right: 8px;
  }


  // .el-tree-node .is-checked {
  //   background-color: $th-cell-background !important;
  // }

  // .el-tree--highlight-current .el-tree-node.is-current>.el-tree-node__content {
  //   background-color: transparent;
  // }

  // .el-tree-node .is-expanded .is-focusable .is-checked {
  //   background-color: transparent;
  // }

  .el-tree-node .is-current .is-focusable {
    background-color: $th-cell-background !important;
  }

  // "暂无更多" 样式
  .roleQuery_center_area {
    width: 100%;
    position: relative;

    .roleQuery_notAvailable {
      background-image: url('../assets/nonemessage.png');
      background-size: 100%;
      position: absolute;
      top: 30%;
      left: 50%;
      transform: translate(-50%, -50%);

      .roleQuery_notAvailable_text {
        position: absolute;
        bottom: 0;
        left: 50%;
        transform: translate(-50%, 100%);
        color: #313233;
        font-weight: regular;
        font-size: 14px;
      }
    }
  }

}