Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR CSS

ionic ios remove button appearance

/* add it i global.scss */
.ios{
    [type=button], [type=reset], [type=submit], button{
        -webkit-appearance: none !important;
    }
}
 
PREVIOUS NEXT
Tagged: #ionic #ios #remove #button #appearance
ADD COMMENT
Topic
Name
6+7 =