ionic ios remove button appearance

Solutions on MaxInterview for ionic ios remove button appearance by the best coders in the world

showing results for - "ionic ios remove button appearance"
Debora
28 Mar 2016
1/* add it i global.scss */
2.ios{
3    [type=button], [type=reset], [type=submit], button{
4        -webkit-appearance: none !important;
5    }
6}
similar questions
queries leading to this page
ionic ios remove button appearance