File tree Expand file tree Collapse file tree 1 file changed +14
-2
lines changed Expand file tree Collapse file tree 1 file changed +14
-2
lines changed Original file line number Diff line number Diff line change @@ -30,7 +30,9 @@ $navbar-md-height: $toolbar-md-height !default;
30
30
31
31
32
32
ion-header::after ,
33
- [tabbarplacement = " top" ] > ion-tabbar::after {
33
+ [tabbarplacement = " top" ] > ion-tabbar::after ,
34
+ ion-footer::before ,
35
+ [tabbarplacement = " bottom" ] > ion-tabbar::before {
34
36
// using datauri png background image for improved scroll performance
35
37
// rather than using `box-shadow: 0 2px 5px rgba(0,0,0,0.26);`
36
38
// noticable performance difference on older Android devices
@@ -41,12 +43,22 @@ ion-header::after,
41
43
width : 100% ;
42
44
height : 5px ;
43
45
44
- background-image : url (data:image/png;base64 ,iVBORw0KGgoAAAANSUhEUgAAABgAAAAIBAMAAAARjyJQAAAAFVBMVEUAAAAAAAAAAAAAAAAAAAAAAAAAAAASAQCkAAAAB3RSTlMBLRUGDSA4cBS/RQAAACBJREFUeF5jSEMCDIJIgCEUCTAoIQEGFyTAYIwEGHACAG7+EL36X1OAAAAAAElFTkSuQmCC );
46
+ background-image : url (data:image/png;base64 ,iVBORw0KGgoAAAANSUhEUgAAABAAAAAHBAMAAADzDtBxAAAAD1BMVEUAAAAAAAAAAAAAAAAAAABPDueNAAAABXRSTlMUCS0gBIh/TXEAAAAaSURBVAjXYxCEAgY4UIICBmMogMsgFLtAAQCNSwXZKOdPxgAAAABJRU5ErkJggg== );
47
+ background-position : 0 -2px ;
45
48
background-repeat : repeat-x ;
46
49
47
50
content : " " ;
48
51
}
49
52
53
+ ion-footer::before ,
54
+ [tabbarplacement = " bottom" ] > ion-tabbar::before {
55
+ bottom : auto ;
56
+ top : -2px ;
57
+
58
+ height : 2px ;
59
+
60
+ background-position : 0 0 ;
61
+ }
50
62
51
63
.toolbar {
52
64
padding : $toolbar-md-padding ;
You can’t perform that action at this time.
0 commit comments