Answers for "ionic remove button style"

CSS
1

ionic ios remove button appearance

/* add it i global.scss */
.ios{
    [type=button], [type=reset], [type=submit], button{
        -webkit-appearance: none !important;
    }
}
Posted by: Guest on March-22-2021

Browse Popular Code Answers by Language