How to disable ion-button shadow in ionic 4?

Tariq Saeed picture Tariq Saeed · Dec 5, 2018 · Viewed 7.7k times · Source

I can't set the box-shadow property of ion-button to none in ionic 4, so how can I do that for a single button and for all the buttons at once ?

Answer

Tahseen Quraishi picture Tahseen Quraishi · Feb 11, 2019
 <ion-button  class="main-button"  >Get Started</ion-button>


    .main-button{
    --box-shadow:none;
 }

CSS Custom Properties

--box-shadow

--background

--color

There is whole list of CSS Custom Properties in this link https://ionicframework.com/docs/api/button