fix(header): Header icon button css fix for Safari, closes #576

This commit is contained in:
Adam Bradley
2014-02-11 12:34:28 -06:00
parent 03bf67d42f
commit 801d2d7b77
2 changed files with 7 additions and 1 deletions

View File

@@ -136,6 +136,7 @@
font-weight: 400;
line-height: $button-bar-button-height;
&.button-icon:before,
.icon:before,
&.icon:before,
&.icon-left:before,
@@ -149,9 +150,9 @@
&.button-icon {
.icon:before,
&:before,
&.icon:before,
&.icon-left:before,
&.icon-right:before {
vertical-align: top;
font-size: $button-large-icon-size;
line-height: $button-bar-button-height;
}

View File

@@ -219,6 +219,11 @@
</a>
</header>
<header class="bar bar-header bar-stable">
<button class="button button-clear button-icon ion-ios7-arrow-back"> Back</button>
<h1 class="title">Title here</h1>
</header>
</content>
</body>