removing borders from a button - hogehoge666/syno_moments_slider GitHub Wiki

    .btn-class {
      border: none;
      outline: none;
    }