/*!
    *
    * Wijmo Library 5.20261.50
    * https://developer.mescius.com/wijmo
    *
    * Copyright(c) MESCIUS inc. All rights reserved.
    *
    * Licensed under the End-User License Agreement For MESCIUS Wijmo Software.
    * us.sales@mescius.com
    * https://developer.mescius.com/wijmo/licensing
    *
    */

@use "../misc" as *;

// wijmo.grid.transposed.multirow
.wj-transposed-multirow {
  .wj-cell {
    &.wj-record-end:not(.wj-header) {
      border-right-color: #787878;
    }

    &.wj-group-end {
      border-bottom-color: #787878;
    }
  }
}
