CSS to remove the numbers from the choices of Rank Order question type

CSS to remove the numbers from the choices of Rank Order question type :

.ss-option--rank-order__select-wrap
{
display: none;
}