/*
 * @Author: 焦质晔
 * @Date: 2024-07-23 09:27:27
 * @Last Modified by: 焦质晔
 * @Last Modified time: 2024-11-05 19:04:54
 */
@use '../../style/src/themes' as *;
@use './variable' as *;

.#{$prefix-table}--area-select {
  position: static;
  height: 0;
  font-size: 0;
  & > div {
    box-sizing: border-box;
  }
  .checked-area {
    border: 1px solid $primary-light-5;
    background-color: rgba($primary-light-5, 0.25);
    position: absolute;
    z-index: 2;
    pointer-events: none;
  }
  .active-area {
    border: 2px solid $primary-light-5;
    position: absolute;
    z-index: 2;
    pointer-events: none;
  }
}

.#{$prefix-table}--context-menu {
  border: 0 !important;
  min-width: 120px !important;
}
