.tableboard {
  tbody {
    tr {
      td {
        a {
          &:hover {
            text-decoration: underline;
            cursor: pointer;
          }
        }
      }
    }
  }
}
