.table.table-sortable { thead > tr > th.sort { cursor: pointer; &:hover { color: $dark; background-color: rgba($primary, $table-striped-bg-factor); // border-color: $light; } } }