Skip to content

Commit

Permalink
fix(header): Header icon button css fix for Safari, closes #576
Browse files Browse the repository at this point in the history
  • Loading branch information
Adam Bradley committed Feb 11, 2014
1 parent 03bf67d commit 801d2d7
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
3 changes: 2 additions & 1 deletion scss/_bar.scss
Original file line number Diff line number Diff line change
Expand Up @@ -136,6 +136,7 @@
font-weight: 400;
line-height: $button-bar-button-height;

&.button-icon:before,
.icon:before,
&.icon:before,
&.icon-left:before,
Expand All @@ -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;
}
Expand Down
5 changes: 5 additions & 0 deletions test/headers.html
Original file line number Diff line number Diff line change
Expand Up @@ -219,6 +219,11 @@ <h1 class="title">Really really really really really really really really long t
</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>
Expand Down

0 comments on commit 801d2d7

Please sign in to comment.