File tree 2 files changed +7
-6
lines changed
2 files changed +7
-6
lines changed Original file line number Diff line number Diff line change 51
51
padding : 0 0 $button-border-width 0 ;
52
52
vertical-align : inherit ;
53
53
font-size : $button-icon-size ;
54
- line-height : $button-height - $button-border-width ;
54
+ line-height : $button-height - $button-border-width + 1 ;
55
55
}
56
56
& .icon-left :before {
57
57
float : left ;
164
164
border-color : transparent ;
165
165
background : none ;
166
166
167
- & .button :active ,
167
+ & .button :active ,
168
168
& .button.active {
169
169
border-color : transparent ;
170
170
background : none ;
206
206
.button-block {
207
207
display : block ;
208
208
clear : both ;
209
-
210
- & :after {
209
+
210
+ & :after {
211
211
clear : both ;
212
212
}
213
213
}
Original file line number Diff line number Diff line change 15
15
filter : progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000', GradientType=1 ); /* IE6-9 */
16
16
}
17
17
</ style >
18
- < script src ="../dist/js/ionic.bundle.js "> </ script >
18
+ < script src ="../../ dist/js/ionic.bundle.js "> </ script >
19
19
< script >
20
20
angular . module ( 'ionicApp' , [ 'ionic' ] )
21
21
</ script >
@@ -67,7 +67,8 @@ <h3>a.button default</h3>
67
67
< a class ="button button-assertive "> < i class ="icon ion-home "> </ i > </ a >
68
68
< a class ="button button-energized "> < i class ="icon ion-home "> </ i > .button-energized</ a >
69
69
< a class ="button button-royal "> .button-royal</ a >
70
- < a class ="button button-dark "> < i class ="icon ion-home "> </ i > .button-dark</ a >
70
+ < a class ="button button-dark "> < i class ="icon ion-chevron-right "> </ i > .button-dark</ a >
71
+ < a class ="button button-energized icon-right ion-chevron-right "> Login</ a >
71
72
</ p >
72
73
73
74
< hr >
You can’t perform that action at this time.
0 commit comments