.uif-t-body
  width 100%
  table-layout fixed
  background-color $table-bg-color
  &-tr
    transition background-color .2s ease-in-out
    &-hover
      background-color $table-hover-bg-color
    &-selection
      background-color $table-selection-bg-color
  &-td
    vertical-align top
    min-width 0
    min-height 48px
    overflow hidden
    position relative
    height 100%
    text-overflow ellipsis
    border-bottom 1px solid $table-border-color

.uif-t-body-tr:last-child .uif-t-body-td
  border-bottom-color transparent

.uif-t-cell
  font-size 12px
  line-height 20px
  min-height 32px
  color #191919
  &-normal
    padding 6px 12px
  &-ellipsis
    overflow hidden
    white-space nowrap
    text-overflow ellipsis
  &-wrap
    white-space normal
  &-align-left
    text-align left
  &-align-center
    text-align center
  &-align-right
    text-align right

.uif-t-cell-selection
  padding-top 6px
  padding-left 8px
  text-overflow unset
  .selection
  .operation
    margin-left 4px
  .operation
    transform translateY(-2px)
  .operation:first-child
    transform translateY(2px)
  .selection
    min-height 18px
