[role="region"][aria-labelledby][tabindex]:focus {
  outline: 0.1em solid rgba(0, 0, 0, 0.1);
}

.table-container {
  // Pas nécessaire avec l'utilisation de simplebar
  // overflow-x: scroll;
}
thead {
  th {
    text-align: left;
    padding: $spacer-small;
    line-height: 1.6rem;
  }
}
table {
  td {
    padding: $spacer-small;
  }
  .action {
    padding: 0;
    height: 100%;
    position: relative;
    > button {
      z-index: 0;
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      width: 100%;
      cursor: pointer;
      height: 100%;
    }
    &:hover,
    &.open {
      > button {
        background: $accent-color;
        color: $secondary-background-light;
      }
    }
  }
}
