toolbar menu-toggle to use link

This commit is contained in:
Adam Bradley
2015-09-13 18:40:20 -05:00
parent 2c0d7005b0
commit 60f7bd548b
19 changed files with 36 additions and 38 deletions

View File

@@ -35,6 +35,7 @@ $toolbar-ios-title-font-size: 1.7rem !default;
[menu-toggle] {
order: map-get($toolbar-order-ios, 'menu-toggle');
margin-left: 10px;
}
ion-title {

View File

@@ -46,15 +46,11 @@ $toolbar-md-button-font-size: 1.4rem !default;
min-width: 28px;
}
button[menu-toggle],
a[menu-toggle],
[menu-toggle].activated {
margin: -$toolbar-padding 0 -$toolbar-padding -$toolbar-padding;
margin: ($toolbar-padding * -1) 20px ($toolbar-padding * -1) 8px;
padding-bottom: $toolbar-padding / 2;
height: $toolbar-md-height;
}
[menu-toggle] icon {
padding: 0 33px 0 20px;
}
}

View File

@@ -1,8 +1,8 @@
<ion-toolbar>
<button menu-toggle>
<a menu-toggle>
<icon menu></icon>
</button>
</a>
<ion-title>menu-toggle left. This is the title that never ends. It just goes on and on my friend.</ion-title>
</ion-toolbar>