diff --git a/dist/ionic.css b/dist/ionic.css index b93bcb36ea..3c7bef049e 100644 --- a/dist/ionic.css +++ b/dist/ionic.css @@ -1349,8 +1349,8 @@ a.button { .button-transparent { background: transparent; } -.button-borderless [class^="icon-"], [class*=" icon-"] { - font-size: 2.3em; } +.button-borderless [class^="icon-"] { + font-size: 24px; } .list-divider { background-color: whitesmoke; diff --git a/example/forms.html b/example/forms.html index cc44318704..460eb87abe 100644 --- a/example/forms.html +++ b/example/forms.html @@ -36,8 +36,41 @@