lf-select {
  select {
    // Remove browser styles (we use Bootstrap `custom-select` instead)
    // TODO: Check if needed after updating Bootstrap
    appearance: none;
    -webkit-appearance: none;
    padding-right: 2 * $input-padding-x-sm + $custom-select-indicator-padding !important;

    &:not(:disabled) {
      cursor: pointer;
    }
  }
}
