Skip to content

Commit 1f4b3e2

Browse files
committed
feat(tabbar): apply shadow on MD tabbar top
1 parent 0d8c947 commit 1f4b3e2

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

src/components/toolbar/toolbar.md.scss

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,11 +29,14 @@ $toolbar-md-button-border-radius: 2px !default;
2929
$navbar-md-height: $toolbar-md-height !default;
3030

3131

32-
ion-header::after {
32+
ion-header::after,
33+
[tabbarplacement="top"] > ion-tabbar::after {
3334
// using datauri png background image for improved scroll performance
3435
// rather than using `box-shadow: 0 2px 5px rgba(0,0,0,0.26);`
3536
// noticable performance difference on older Android devices
3637
position: absolute;
38+
bottom: -5px;
39+
left: 0;
3740

3841
width: 100%;
3942
height: 5px;

0 commit comments

Comments
 (0)